#BB7BBF

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

Shades of East Side #BB7BBF

Tints of East Side #BB7BBF

Color information

#BB7BBF (or 0xBB7BBF) is unknown color: approx East Side. HEX triplet: BB, 7B and BF. RGB value is (187,123,191). Sum of RGB (Red+Green+Blue) = 187+123+191=501 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.33% from 501); Green value is 123 (48.44% from 255 or 24.55% from 501); Blue value is 191 (75% from 255 or 38.12% from 501); Max value from RGB is 191 - color contains mainly: blue. Hex color #BB7BBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7BBF is #448440. Grayscale: #959595. Windows color (decimal): -4490305 or 12549051. OLE color: 12549051.

HSL color Cylindrical-coordinate representation of color #BB7BBF: hue angle of 296.47º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BB7BBF is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB187123191-
CMYK0.020.3600.25
HSL296.47º34.69%61.57%-
HSV(B)296.47º35.6%74.9%-
XYZ36.9828.4952.84-
YUV149.89151.2154.47-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.33%
GREEN value IS 123 (48.44% from 255) = 24.55%
BLUE value IS 191 (75% from 255) = 38.12%
R=37.33%
G=24.55%
B=38.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871231910.020.3600.25296.4734.6961.57
HexBB7BBF224019128233e
Octal2731732772440314504376
Binary1011101111110111011111110100100011001100101000100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7BBF; }

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

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

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

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

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

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

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

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