#BB7BCA

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

Shades of East Side #BB7BCA

Tints of East Side #BB7BCA

Color information

#BB7BCA (or 0xBB7BCA) is unknown color: approx East Side. HEX triplet: BB, 7B and CA. RGB value is (187,123,202). Sum of RGB (Red+Green+Blue) = 187+123+202=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 123 (48.44% from 255 or 24.02% from 512); Blue value is 202 (79.30% from 255 or 39.45% from 512); Max value from RGB is 202 - color contains mainly: blue. Hex color #BB7BCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7BCA is #448435. Grayscale: #969696. Windows color (decimal): -4490294 or 13269947. OLE color: 13269947.

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

Color convert

RGB187123202-
CMYK0.070.3900.21
HSL288.61º42.7%63.73%-
HSV(B)288.61º39.11%79.22%-
XYZ38.2428.9959.46-
YUV151.14156.7153.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.52%
GREEN value IS 123 (48.44% from 255) = 24.02%
BLUE value IS 202 (79.30% from 255) = 39.45%
R=36.52%
G=24.02%
B=39.45%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1871232020.070.3900.21288.6142.763.73
HexBB7BCA7270151212b40
Octal27317331274702544153100
Binary101110111111011110010101111001110101011001000011010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7BCA; }

 p { color: rgb(187,123,202); }

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

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

 a { background-color: rgb(187,123,202); }

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

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

 span { border-color: rgb(187,123,202); }

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