#BB7FCB

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

Shades of East Side #BB7FCB

Tints of East Side #BB7FCB

Color information

#BB7FCB (or 0xBB7FCB) is unknown color: approx East Side. HEX triplet: BB, 7F and CB. RGB value is (187,127,203). Sum of RGB (Red+Green+Blue) = 187+127+203=517 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.17% from 517); Green value is 127 (50% from 255 or 24.56% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB7FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7FCB is #448034. Grayscale: #999999. Windows color (decimal): -4489269 or 13336507. OLE color: 13336507.

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

Color convert

RGB187127203-
CMYK0.080.3700.20
HSL287.37º42.22%64.71%-
HSV(B)287.37º37.44%79.61%-
XYZ38.8630.0660.25-
YUV153.6155.88151.82-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.17%
GREEN value IS 127 (50% from 255) = 24.56%
BLUE value IS 203 (79.69% from 255) = 39.26%
R=36.17%
G=24.56%
B=39.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1871272030.080.3700.20287.3742.2264.71
HexBB7FCB82501411f2a41
Octal273177313104502443752101
Binary1011101111111111100101110001001010101001000111111010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7FCB; }

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

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

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

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

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

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

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

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