#BB7ED0

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

Shades of East Side #BB7ED0

Tints of East Side #BB7ED0

Color information

#BB7ED0 (or 0xBB7ED0) is unknown color: approx East Side. HEX triplet: BB, 7E and D0. RGB value is (187,126,208). Sum of RGB (Red+Green+Blue) = 187+126+208=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 126 (49.61% from 255 or 24.18% from 521); Blue value is 208 (81.64% from 255 or 39.92% from 521); Max value from RGB is 208 - color contains mainly: blue. Hex color #BB7ED0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7ED0 is #44812F. Grayscale: #999999. Windows color (decimal): -4489520 or 13663931. OLE color: 13663931.

HSL color Cylindrical-coordinate representation of color #BB7ED0: hue angle of 284.63º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BB7ED0 is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB187126208-
CMYK0.100.3900.18
HSL284.63º46.59%65.49%-
HSV(B)284.63º39.42%81.57%-
XYZ39.3430.0463.4-
YUV153.59158.71151.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.89%
GREEN value IS 126 (49.61% from 255) = 24.18%
BLUE value IS 208 (81.64% from 255) = 39.92%
R=35.89%
G=24.18%
B=39.92%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1871262080.100.3900.18284.6346.5965.49
HexBB7ED0A2701211d2f41
Octal273176320124702243557101
Binary1011101111111101101000010101001110100101000111011011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7ED0; }

 p { color: rgb(187,126,208); }

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

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

 a { background-color: rgb(187,126,208); }

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

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

 span { border-color: rgb(187,126,208); }

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