Html Css Color HEX #B976CB East Side

📋 copy color: '#B976CB'

red 185 ◦ green 118 ◦ blue 203

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

Shades of East Side #B976CB

Tints of East Side #B976CB

RGB

 RED value IS 185 (72.66% from 255) = 36.56%

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

 BLUE value IS 203 (79.69% from 255) = 40.12%

R = 36.56%
G = 23.32%
B = 40.12%

CMYK

 C value IS 0.09

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B976CB (or 0xB976CB) is known color: East Side. HEX triplet: B9, 76 and CB. RGB value is (185,118,203). Sum of RGB (Red+Green+Blue) = 185+118+203=506 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.56% from 506); Green value is 118 (46.48% from 255 or 23.32% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 203 - color contains mainly: blue. Hex color #B976CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B976CB is #468934. Grayscale: #939393. Windows color (decimal): -4622645 or 13334201. OLE color: 13334201.

HSL color Cylindrical-coordinate representation of color #B976CB: hue angle of 287.29º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B976CB is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 185 118 203 -
CMYK 0.09 0.42 0 0.20
HSL 287.29º 0.45% 0.63% -
HSV(B) 287.29º 0.42% 0.8% -
XYZ 37.27 27.58 59.86 -
YUV 147.72 159.2 154.59 -
System Red Green Blue C M Y K H S L
Decimal 185 118 203 0.09 0.42 0 0.20 287.29 0.45 0.63
Hex B9 76 CB 9 2A 0 14 11F 2D 3F
Octal 271 166 313 11 52 0 24 437 55 77
Binary 10111001 1110110 11001011 1001 101010 0 10100 100011111 101101 111111

Color Harmonies of #B976CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B976CB

Black with #B976CB

Text Example


Text Example

White with #B976CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B976CB; }

 p { color: rgb(185,118,203); }

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

background-color css

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

 a { background-color: rgb(185,118,203); }

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

border-color css

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

 span { border-color: rgb(185,118,203); }

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