#BB7ABA

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

Shades of London Hue #BB7ABA

Tints of London Hue #BB7ABA

Color information

#BB7ABA (or 0xBB7ABA) is unknown color: approx London Hue. HEX triplet: BB, 7A and BA. RGB value is (187,122,186). Sum of RGB (Red+Green+Blue) = 187+122+186=495 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.78% from 495); Green value is 122 (48.05% from 255 or 24.65% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7ABA is #448545. Grayscale: #949494. Windows color (decimal): -4490566 or 12221115. OLE color: 12221115.

HSL color Cylindrical-coordinate representation of color #BB7ABA: hue angle of 300.92º 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 #BB7ABA is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB187122186-
CMYK00.350.010.27
HSL300.92º32.34%60.59%-
HSV(B)300.92º34.76%73.33%-
XYZ36.3228.0349.95-
YUV148.73149.03155.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.78%
GREEN value IS 122 (48.05% from 255) = 24.65%
BLUE value IS 186 (73.05% from 255) = 37.58%
R=37.78%
G=24.65%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712218600.350.010.27300.9232.3460.59
HexBB7ABA02311B12d203d
Octal2731722720431334554075
Binary101110111111010101110100100011111011100101101100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7ABA; }

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

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

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

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

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

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

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

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