#B07FAB

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

Shades of London Hue #B07FAB

Tints of London Hue #B07FAB

Color information

#B07FAB (or 0xB07FAB) is unknown color: approx London Hue. HEX triplet: B0, 7F and AB. RGB value is (176,127,171). Sum of RGB (Red+Green+Blue) = 176+127+171=474 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.13% from 474); Green value is 127 (50% from 255 or 26.79% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 176 - color contains mainly: red. Hex color #B07FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07FAB is #4F8054. Grayscale: #929292. Windows color (decimal): -5210197 or 11239344. OLE color: 11239344.

HSL color Cylindrical-coordinate representation of color #B07FAB: hue angle of 306.12º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B07FAB is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB176127171-
CMYK00.280.030.31
HSL306.12º23.67%59.41%-
HSV(B)306.12º27.84%69.02%-
XYZ32.8427.3542.08-
YUV146.67141.73148.92-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.13%
GREEN value IS 127 (50% from 255) = 26.79%
BLUE value IS 171 (67.19% from 255) = 36.08%
R=37.13%
G=26.79%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612717100.280.030.31306.1223.6759.41
HexB07FAB01C31F132183b
Octal2601772530343374623073
Binary10110000111111110101011011100111111110011001011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07FAB; }

 p { color: rgb(176,127,171); }

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

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

 a { background-color: rgb(176,127,171); }

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

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

 span { border-color: rgb(176,127,171); }

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