Html Css Color HEX #B576CA East Side

📋 copy color: '#B576CA'

red 181 ◦ green 118 ◦ blue 202

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

Shades of East Side #B576CA

Tints of East Side #B576CA

RGB

 RED value IS 181 (71.09% from 255) = 36.13%

 GREEN value IS 118 (46.48% from 255) = 23.55%

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

R = 36.13%
G = 23.55%
B = 40.32%

CMYK

 C value IS 0.10

 M value IS 0.42

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B576CA (or 0xB576CA) is known color: East Side. HEX triplet: B5, 76 and CA. RGB value is (181,118,202). Sum of RGB (Red+Green+Blue) = 181+118+202=501 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.13% from 501); Green value is 118 (46.48% from 255 or 23.55% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 202 - color contains mainly: blue. Hex color #B576CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B576CA is #4A8935. Grayscale: #929292. Windows color (decimal): -4884790 or 13268661. OLE color: 13268661.

HSL color Cylindrical-coordinate representation of color #B576CA: hue angle of 285º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B576CA is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 181 118 202 -
CMYK 0.10 0.42 0 0.21
HSL 285º 0.44% 0.63% -
HSV(B) 285º 0.42% 0.79% -
XYZ 36.2 27.04 59.19 -
YUV 146.41 159.37 152.67 -
System Red Green Blue C M Y K H S L
Decimal 181 118 202 0.10 0.42 0 0.21 285 0.44 0.63
Hex B5 76 CA A 2A 0 15 11D 2C 3F
Octal 265 166 312 12 52 0 25 435 54 77
Binary 10110101 1110110 11001010 1010 101010 0 10101 100011101 101100 111111

Color Harmonies of #B576CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B576CA

Black with #B576CA

Text Example


Text Example

White with #B576CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B576CA; }

 p { color: rgb(181,118,202); }

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

background-color css

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

 a { background-color: rgb(181,118,202); }

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

border-color css

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

 span { border-color: rgb(181,118,202); }

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