#BB7BC5

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

Shades of East Side #BB7BC5

Tints of East Side #BB7BC5

Color information

#BB7BC5 (or 0xBB7BC5) is unknown color: approx East Side. HEX triplet: BB, 7B and C5. RGB value is (187,123,197). Sum of RGB (Red+Green+Blue) = 187+123+197=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 123 (48.44% from 255 or 24.26% from 507); Blue value is 197 (77.34% from 255 or 38.86% from 507); Max value from RGB is 197 - color contains mainly: blue. Hex color #BB7BC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7BC5 is #44843A. Grayscale: #969696. Windows color (decimal): -4490299 or 12942267. OLE color: 12942267.

HSL color Cylindrical-coordinate representation of color #BB7BC5: hue angle of 291.89º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BB7BC5 is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB187123197-
CMYK0.050.3800.23
HSL291.89º38.95%62.75%-
HSV(B)291.89º37.56%77.25%-
XYZ37.6528.7656.39-
YUV150.57154.2153.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.88%
GREEN value IS 123 (48.44% from 255) = 24.26%
BLUE value IS 197 (77.34% from 255) = 38.86%
R=36.88%
G=24.26%
B=38.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1871231970.050.3800.23291.8938.9562.75
HexBB7BC5526017124273f
Octal2731733055460274444777
Binary10111011111101111000101101100110010111100100100100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7BC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7BC5; }

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

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

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

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

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

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

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

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