#BB7ECE

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

Shades of East Side #BB7ECE

Tints of East Side #BB7ECE

Color information

#BB7ECE (or 0xBB7ECE) is unknown color: approx East Side. HEX triplet: BB, 7E and CE. RGB value is (187,126,206). Sum of RGB (Red+Green+Blue) = 187+126+206=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 126 (49.61% from 255 or 24.28% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB7ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7ECE is #448131. Grayscale: #999999. Windows color (decimal): -4489522 or 13532859. OLE color: 13532859.

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

Color convert

RGB187126206-
CMYK0.090.3900.19
HSL285.75º44.94%65.1%-
HSV(B)285.75º38.83%80.78%-
XYZ39.0929.9462.11-
YUV153.36157.71152-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.03%
GREEN value IS 126 (49.61% from 255) = 24.28%
BLUE value IS 206 (80.86% from 255) = 39.69%
R=36.03%
G=24.28%
B=39.69%

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
Decimal1871262060.090.3900.19285.7544.9465.1
HexBB7ECE92701311e2d41
Octal273176316114702343655101
Binary1011101111111101100111010011001110100111000111101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7ECE; }

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

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

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

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

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

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

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

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