Html Css Color HEX #B481CA East Side

📋 copy color: '#B481CA'

red 180 ◦ green 129 ◦ blue 202

#B481CA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of East Side #B481CA

Tints of East Side #B481CA

RGB

 RED value IS 180 (70.7% from 255) = 35.23%

 GREEN value IS 129 (50.78% from 255) = 25.24%

 BLUE value IS 202 (79.3% from 255) = 39.53%

R = 35.23%
G = 25.24%
B = 39.53%

CMYK

 C value IS 0.11

 M value IS 0.36

 Y value IS 0

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B481CA (or 0xB481CA) is known color: East Side. HEX triplet: B4, 81 and CA. RGB value is (180,129,202). Sum of RGB (Red+Green+Blue) = 180+129+202=511 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.23% from 511); Green value is 129 (50.78% from 255 or 25.24% from 511); Blue value is 202 (79.30% from 255 or 39.53% from 511); Max value from RGB is 202 - color contains mainly: blue. Hex color #B481CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B481CA is #4B7E35. Grayscale: #989898. Windows color (decimal): -4947510 or 13271476. OLE color: 13271476.

HSL color Cylindrical-coordinate representation of color #B481CA: hue angle of 281.92º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B481CA is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 180 129 202 -
CMYK 0.11 0.36 0 0.21
HSL 281.92º 0.41% 0.65% -
HSV(B) 281.92º 0.36% 0.79% -
XYZ 37.33 29.67 59.64 -
YUV 152.57 155.9 147.56 -
System Red Green Blue C M Y K H S L
Decimal 180 129 202 0.11 0.36 0 0.21 281.92 0.41 0.65
Hex B4 81 CA B 24 0 15 11A 29 41
Octal 264 201 312 13 44 0 25 432 51 101
Binary 10110100 10000001 11001010 1011 100100 0 10101 100011010 101001 1000001

Color Harmonies of #B481CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B481CA

Black with #B481CA

Text Example


Text Example

White with #B481CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B481CA; }

 p { color: rgb(180,129,202); }

 H1.HeaderClassName
 {
   color: #B481CA;
 }
 .AnyTagClassName
 {
   color: #B481CA;
 }
</style>

background-color css

<style>
 a { background-color: #B481CA; }

 a { background-color: rgb(180,129,202); }

 div.DivClassName
 {
   background-color: #B481CA;
 }
 .BgClassName
 {
   background-color: #B481CA;
 }
</style>

border-color css

<style>
 span { border-color: #B481CA; }

 span { border-color: rgb(180,129,202); }

 td.TdClassName
 {
   border-color: #B481CA;
 }
 .TagClassName
 {
   border-color: #B481CA;
 }
</style>