#BB7BB2

Color #BB7BB2 London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #BB7BB2

Tints of London Hue #BB7BB2

Color information

#BB7BB2 (or 0xBB7BB2) is unknown color: approx London Hue. HEX triplet: BB, 7B and B2. RGB value is (187,123,178). Sum of RGB (Red+Green+Blue) = 187+123+178=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 123 (48.44% from 255 or 25.20% from 488); Blue value is 178 (69.92% from 255 or 36.48% from 488); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7BB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7BB2 is #44844D. Grayscale: #949494. Windows color (decimal): -4490318 or 11697083. OLE color: 11697083.

HSL color Cylindrical-coordinate representation of color #BB7BB2: hue angle of 308.44º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BB7BB2 is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB187123178-
CMYK00.340.050.27
HSL308.44º32%60.78%-
HSV(B)308.44º34.22%73.33%-
XYZ35.6127.9545.64-
YUV148.41144.7155.53-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.32%
GREEN value IS 123 (48.44% from 255) = 25.20%
BLUE value IS 178 (69.92% from 255) = 36.48%
R=38.32%
G=25.20%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712317800.340.050.27308.443260.78
HexBB7BB202251B134203d
Octal2731732620425334644075
Binary10111011111101110110010010001010111011100110100100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7BB2; }

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

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

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

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

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

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

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

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