#BB7ECD

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

Shades of East Side #BB7ECD

Tints of East Side #BB7ECD

Color information

#BB7ECD (or 0xBB7ECD) is unknown color: approx East Side. HEX triplet: BB, 7E and CD. RGB value is (187,126,205). Sum of RGB (Red+Green+Blue) = 187+126+205=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 126 (49.61% from 255 or 24.32% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 205 - color contains mainly: blue. Hex color #BB7ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7ECD is #448132. Grayscale: #989898. Windows color (decimal): -4489523 or 13467323. OLE color: 13467323.

HSL color Cylindrical-coordinate representation of color #BB7ECD: hue angle of 286.33º 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 #BB7ECD is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB187126205-
CMYK0.090.3900.20
HSL286.33º44.13%64.9%-
HSV(B)286.33º38.54%80.39%-
XYZ38.9729.8961.47-
YUV153.24157.21152.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.10%
GREEN value IS 126 (49.61% from 255) = 24.32%
BLUE value IS 205 (80.47% from 255) = 39.58%
R=36.10%
G=24.32%
B=39.58%

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
Decimal1871262050.090.3900.20286.3344.1364.9
HexBB7ECD92701411e2c41
Octal273176315114702443654101
Binary1011101111111101100110110011001110101001000111101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7ECD; }

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

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

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

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

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

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

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

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