#BB7FAF

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

Shades of London Hue #BB7FAF

Tints of London Hue #BB7FAF

Color information

#BB7FAF (or 0xBB7FAF) is unknown color: approx London Hue. HEX triplet: BB, 7F and AF. RGB value is (187,127,175). Sum of RGB (Red+Green+Blue) = 187+127+175=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 127 (50% from 255 or 25.97% from 489); Blue value is 175 (68.75% from 255 or 35.79% from 489); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7FAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7FAF is #448050. Grayscale: #969696. Windows color (decimal): -4489297 or 11501499. OLE color: 11501499.

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

Color convert

RGB187127175-
CMYK00.320.060.27
HSL312º30.61%61.57%-
HSV(B)312º32.09%73.33%-
XYZ35.8228.8444.24-
YUV150.41141.88154.1-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.24%
GREEN value IS 127 (50% from 255) = 25.97%
BLUE value IS 175 (68.75% from 255) = 35.79%
R=38.24%
G=25.97%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712717500.320.060.2731230.6161.57
HexBB7FAF02061B1381f3e
Octal2731772570406334703776
Binary1011101111111111010111101000001101101110011100011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7FAF; }

 p { color: rgb(187,127,175); }

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

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

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

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

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

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

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