#B07FAF

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

Shades of London Hue #B07FAF

Tints of London Hue #B07FAF

Color information

#B07FAF (or 0xB07FAF) is unknown color: approx London Hue. HEX triplet: B0, 7F and AF. RGB value is (176,127,175). Sum of RGB (Red+Green+Blue) = 176+127+175=478 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.82% from 478); Green value is 127 (50% from 255 or 26.57% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 176 - color contains mainly: red. Hex color #B07FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07FAF is #4F8050. Grayscale: #929292. Windows color (decimal): -5210193 or 11501488. OLE color: 11501488.

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

Color convert

RGB176127175-
CMYK00.280.010.31
HSL301.22º23.67%59.41%-
HSV(B)301.22º27.84%69.02%-
XYZ33.2327.544.11-
YUV147.12143.73148.6-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.82%
GREEN value IS 127 (50% from 255) = 26.57%
BLUE value IS 175 (68.75% from 255) = 36.61%
R=36.82%
G=26.57%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612717500.280.010.31301.2223.6759.41
HexB07FAF01C11F12d183b
Octal2601772570341374553073
Binary1011000011111111010111101110011111110010110111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07FAF; }

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

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

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

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

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

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

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

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