#BB7ABB

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

Shades of London Hue #BB7ABB

Tints of London Hue #BB7ABB

Color information

#BB7ABB (or 0xBB7ABB) is unknown color: approx London Hue. HEX triplet: BB, 7A and BB. RGB value is (187,122,187). Sum of RGB (Red+Green+Blue) = 187+122+187=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 122 (48.05% from 255 or 24.60% from 496); Blue value is 187 (73.44% from 255 or 37.70% from 496); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB7ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7ABB is #448544. Grayscale: #949494. Windows color (decimal): -4490565 or 12286651. OLE color: 12286651.

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

Color convert

RGB187122187-
CMYK00.3500.27
HSL300º32.34%60.59%-
HSV(B)300º34.76%73.33%-
XYZ36.4228.0750.51-
YUV148.84149.53155.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.70%
GREEN value IS 122 (48.05% from 255) = 24.60%
BLUE value IS 187 (73.44% from 255) = 37.70%
R=37.70%
G=24.60%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712218700.3500.2730032.3460.59
HexBB7ABB02301B12c203d
Octal2731722730430334544075
Binary101110111111010101110110100011011011100101100100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7ABB; }

 p { color: rgb(187,122,187); }

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

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

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

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

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

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

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