Html Css Color HEX #B976CC East Side

📋 copy color: '#B976CC'

red 185 ◦ green 118 ◦ blue 204

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

Shades of East Side #B976CC

Tints of East Side #B976CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.24%

R = 36.49%
G = 23.27%
B = 40.24%

CMYK

 C value IS 0.09

 M value IS 0.42

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B976CC (or 0xB976CC) is known color: East Side. HEX triplet: B9, 76 and CC. RGB value is (185,118,204). Sum of RGB (Red+Green+Blue) = 185+118+204=507 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.49% from 507); Green value is 118 (46.48% from 255 or 23.27% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 204 - color contains mainly: blue. Hex color #B976CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B976CC is #468933. Grayscale: #939393. Windows color (decimal): -4622644 or 13399737. OLE color: 13399737.

HSL color Cylindrical-coordinate representation of color #B976CC: hue angle of 286.74º degrees, saturation: 0.46, 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 #B976CC is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 185 118 204 -
CMYK 0.09 0.42 0 0.2
HSL 286.74º 0.46% 0.63% -
HSV(B) 286.74º 0.42% 0.8% -
XYZ 37.39 27.63 60.49 -
YUV 147.84 159.7 154.51 -
System Red Green Blue C M Y K H S L
Decimal 185 118 204 0.09 0.42 0 0.2 286.74 0.46 0.63
Hex B9 76 CC 9 2A 0 14 11F 2E 3F
Octal 271 166 314 11 52 0 24 437 56 77
Binary 10111001 1110110 11001100 1001 101010 0 10100 100011111 101110 111111

Color Harmonies of #B976CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B976CC

Black with #B976CC

Text Example


Text Example

White with #B976CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B976CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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