#BB7DD8

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

Shades of East Side #BB7DD8

Tints of East Side #BB7DD8

Color information

#BB7DD8 (or 0xBB7DD8) is unknown color: approx East Side. HEX triplet: BB, 7D and D8. RGB value is (187,125,216). Sum of RGB (Red+Green+Blue) = 187+125+216=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 125 (49.22% from 255 or 23.67% from 528); Blue value is 216 (84.77% from 255 or 40.91% from 528); Max value from RGB is 216 - color contains mainly: blue. Hex color #BB7DD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7DD8 is #448227. Grayscale: #999999. Windows color (decimal): -4489768 or 14187963. OLE color: 14187963.

HSL color Cylindrical-coordinate representation of color #BB7DD8: hue angle of 280.88º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB7DD8 is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB187125216-
CMYK0.130.4200.15
HSL280.88º53.85%66.86%-
HSV(B)280.88º42.13%84.71%-
XYZ40.2230.1968.67-
YUV153.91163.04151.6-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.42%
GREEN value IS 125 (49.22% from 255) = 23.67%
BLUE value IS 216 (84.77% from 255) = 40.91%
R=35.42%
G=23.67%
B=40.91%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1871252160.130.4200.15280.8853.8566.86
HexBB7DD8D2A0F1193643
Octal273175330155201743166103
Binary101110111111101110110001101101010011111000110011101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7DD8; }

 p { color: rgb(187,125,216); }

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

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

 a { background-color: rgb(187,125,216); }

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

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

 span { border-color: rgb(187,125,216); }

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