#BB7DD9

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

Shades of East Side #BB7DD9

Tints of East Side #BB7DD9

Color information

#BB7DD9 (or 0xBB7DD9) is unknown color: approx East Side. HEX triplet: BB, 7D and D9. RGB value is (187,125,217). Sum of RGB (Red+Green+Blue) = 187+125+217=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 125 (49.22% from 255 or 23.63% from 529); Blue value is 217 (85.16% from 255 or 41.02% from 529); Max value from RGB is 217 - color contains mainly: blue. Hex color #BB7DD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7DD9 is #448226. Grayscale: #999999. Windows color (decimal): -4489767 or 14253499. OLE color: 14253499.

HSL color Cylindrical-coordinate representation of color #BB7DD9: hue angle of 280.43º degrees, saturation: 0.55, 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 #BB7DD9 is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB187125217-
CMYK0.140.4200.15
HSL280.43º54.76%67.06%-
HSV(B)280.43º42.4%85.1%-
XYZ40.3530.2469.36-
YUV154.03163.54151.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.35%
GREEN value IS 125 (49.22% from 255) = 23.63%
BLUE value IS 217 (85.16% from 255) = 41.02%
R=35.35%
G=23.63%
B=41.02%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1871252170.140.4200.15280.4354.7667.06
HexBB7DD9E2A0F1183743
Octal273175331165201743067103
Binary101110111111101110110011110101010011111000110001101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7DD9; }

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

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

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

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

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

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

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

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