#bb7dcd

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

Shades of East Side #BB7DCD

Tints of East Side #BB7DCD

Color information

#BB7DCD (or 0xBB7DCD) is unknown color: approx East Side. HEX triplet: BB, 7D and CD. RGB value is (187,125,205). Sum of RGB (Red+Green+Blue) = 187+125+205=517 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.17% from 517); Green value is 125 (49.22% from 255 or 24.18% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 205 - color contains mainly: blue. Hex color #BB7DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7DCD is #448232. Grayscale: #989898. Windows color (decimal): -4489779 or 13467067. OLE color: 13467067.

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

Color convert

RGB187125205-
CMYK0.090.3900.20
HSL286.5º44.44%64.71%-
HSV(B)286.5º39.02%80.39%-
XYZ38.8529.6461.43-
YUV152.66157.54152.5-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.17%
GREEN value IS 125 (49.22% from 255) = 24.18%
BLUE value IS 205 (80.47% from 255) = 39.65%
R=36.17%
G=24.18%
B=39.65%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1871252050.090.3900.20286.544.4464.71
HexBB7DCD92701411e2c41
Octal273175315114702443654101
Binary1011101111111011100110110011001110101001000111101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb7dcd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb7dcd; }

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

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

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

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

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

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

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

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