#BB76C5

Color #BB76C5 East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #BB76C5

Tints of East Side #BB76C5

Color information

#BB76C5 (or 0xBB76C5) is unknown color: approx East Side. HEX triplet: BB, 76 and C5. RGB value is (187,118,197). Sum of RGB (Red+Green+Blue) = 187+118+197=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 118 (46.48% from 255 or 23.51% from 502); Blue value is 197 (77.34% from 255 or 39.24% from 502); Max value from RGB is 197 - color contains mainly: blue. Hex color #BB76C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB76C5 is #44893A. Grayscale: #939393. Windows color (decimal): -4491579 or 12940987. OLE color: 12940987.

HSL color Cylindrical-coordinate representation of color #BB76C5: hue angle of 292.41º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB76C5 is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB187118197-
CMYK0.050.4000.23
HSL292.41º40.51%61.76%-
HSV(B)292.41º40.1%77.25%-
XYZ37.0527.5556.19-
YUV147.64155.86156.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.25%
GREEN value IS 118 (46.48% from 255) = 23.51%
BLUE value IS 197 (77.34% from 255) = 39.24%
R=37.25%
G=23.51%
B=39.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1871181970.050.4000.23292.4140.5161.76
HexBB76C5528017124293e
Octal2731663055500274445176
Binary10111011111011011000101101101000010111100100100101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB76C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB76C5; }

 p { color: rgb(187,118,197); }

 H1.HeaderClassName
 {
   color: #BB76C5;
 }
 .AnyTagClassName
 {
   color: #BB76C5;
 }
</style>
background-color css

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

 a { background-color: rgb(187,118,197); }

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

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

 span { border-color: rgb(187,118,197); }

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