#BB80D4

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

Shades of East Side #BB80D4

Tints of East Side #BB80D4

Color information

#BB80D4 (or 0xBB80D4) is unknown color: approx East Side. HEX triplet: BB, 80 and D4. RGB value is (187,128,212). Sum of RGB (Red+Green+Blue) = 187+128+212=527 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.48% from 527); Green value is 128 (50.39% from 255 or 24.29% from 527); Blue value is 212 (83.20% from 255 or 40.23% from 527); Max value from RGB is 212 - color contains mainly: blue. Hex color #BB80D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB80D4 is #447F2B. Grayscale: #9A9A9A. Windows color (decimal): -4489004 or 13926587. OLE color: 13926587.

HSL color Cylindrical-coordinate representation of color #BB80D4: hue angle of 282.14º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB80D4 is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB187128212-
CMYK0.120.4000.17
HSL282.14º49.41%66.67%-
HSV(B)282.14º39.62%83.14%-
XYZ40.130.7666.11-
YUV155.22160.05150.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.48%
GREEN value IS 128 (50.39% from 255) = 24.29%
BLUE value IS 212 (83.20% from 255) = 40.23%
R=35.48%
G=24.29%
B=40.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1871282120.120.4000.17282.1449.4166.67
HexBB80D4C2801111a3143
Octal273200324145002143261103
Binary10111011100000001101010011001010000100011000110101100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB80D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB80D4; }

 p { color: rgb(187,128,212); }

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

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

 a { background-color: rgb(187,128,212); }

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

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

 span { border-color: rgb(187,128,212); }

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