#BB7FCE

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

Shades of East Side #BB7FCE

Tints of East Side #BB7FCE

Color information

#BB7FCE (or 0xBB7FCE) is unknown color: approx East Side. HEX triplet: BB, 7F and CE. RGB value is (187,127,206). Sum of RGB (Red+Green+Blue) = 187+127+206=520 (68% of max value = 765). Red value is 187 (73.44% from 255 or 35.96% from 520); Green value is 127 (50% from 255 or 24.42% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB7FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7FCE is #448031. Grayscale: #999999. Windows color (decimal): -4489266 or 13533115. OLE color: 13533115.

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

Color convert

RGB187127206-
CMYK0.090.3800.19
HSL285.57º44.63%65.29%-
HSV(B)285.57º38.35%80.78%-
XYZ39.2230.262.15-
YUV153.95157.38151.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.96%
GREEN value IS 127 (50% from 255) = 24.42%
BLUE value IS 206 (80.86% from 255) = 39.62%
R=35.96%
G=24.42%
B=39.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1871272060.090.3800.19285.5744.6365.29
HexBB7FCE92601311e2d41
Octal273177316114602343655101
Binary1011101111111111100111010011001100100111000111101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7FCE; }

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

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

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

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

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

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

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

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