#BB7FCD

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

Shades of East Side #BB7FCD

Tints of East Side #BB7FCD

Color information

#BB7FCD (or 0xBB7FCD) is unknown color: approx East Side. HEX triplet: BB, 7F and CD. RGB value is (187,127,205). Sum of RGB (Red+Green+Blue) = 187+127+205=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 127 (50% from 255 or 24.47% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 205 - color contains mainly: blue. Hex color #BB7FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7FCD is #448032. Grayscale: #999999. Windows color (decimal): -4489267 or 13467579. OLE color: 13467579.

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

Color convert

RGB187127205-
CMYK0.090.3800.20
HSL286.15º43.82%65.1%-
HSV(B)286.15º38.05%80.39%-
XYZ39.130.1561.52-
YUV153.83156.88151.66-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.03%
GREEN value IS 127 (50% from 255) = 24.47%
BLUE value IS 205 (80.47% from 255) = 39.50%
R=36.03%
G=24.47%
B=39.50%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1871272050.090.3800.20286.1543.8265.1
HexBB7FCD92601411e2c41
Octal273177315114602443654101
Binary1011101111111111100110110011001100101001000111101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7FCD; }

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

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

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

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

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

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

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

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