#BB7CCB

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

Shades of East Side #BB7CCB

Tints of East Side #BB7CCB

Color information

#BB7CCB (or 0xBB7CCB) is unknown color: approx East Side. HEX triplet: BB, 7C and CB. RGB value is (187,124,203). Sum of RGB (Red+Green+Blue) = 187+124+203=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 124 (48.83% from 255 or 24.12% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB7CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7CCB is #448334. Grayscale: #979797. Windows color (decimal): -4490037 or 13335739. OLE color: 13335739.

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

Color convert

RGB187124203-
CMYK0.080.3900.20
HSL287.85º43.17%64.12%-
HSV(B)287.85º38.92%79.61%-
XYZ38.4829.2960.13-
YUV151.84156.87153.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.38%
GREEN value IS 124 (48.83% from 255) = 24.12%
BLUE value IS 203 (79.69% from 255) = 39.49%
R=36.38%
G=24.12%
B=39.49%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1871242030.080.3900.20287.8543.1764.12
HexBB7CCB8270141202b40
Octal273174313104702444053100
Binary1011101111111001100101110001001110101001001000001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7CCB; }

 p { color: rgb(187,124,203); }

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

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

 a { background-color: rgb(187,124,203); }

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

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

 span { border-color: rgb(187,124,203); }

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