#BB7DCE

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

Shades of East Side #BB7DCE

Tints of East Side #BB7DCE

Color information

#BB7DCE (or 0xBB7DCE) is unknown color: approx East Side. HEX triplet: BB, 7D and CE. RGB value is (187,125,206). Sum of RGB (Red+Green+Blue) = 187+125+206=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 125 (49.22% from 255 or 24.13% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB7DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7DCE is #448231. Grayscale: #989898. Windows color (decimal): -4489778 or 13532603. OLE color: 13532603.

HSL color Cylindrical-coordinate representation of color #BB7DCE: hue angle of 285.93º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BB7DCE is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB187125206-
CMYK0.090.3900.19
HSL285.93º45.25%64.9%-
HSV(B)285.93º39.32%80.78%-
XYZ38.9729.6962.07-
YUV152.77158.04152.41-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.10%
GREEN value IS 125 (49.22% from 255) = 24.13%
BLUE value IS 206 (80.86% from 255) = 39.77%
R=36.10%
G=24.13%
B=39.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1871252060.090.3900.19285.9345.2564.9
HexBB7DCE92701311e2d41
Octal273175316114702343655101
Binary1011101111111011100111010011001110100111000111101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7DCE; }

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

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

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

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

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

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

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

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