#B07BAF

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

Shades of London Hue #B07BAF

Tints of London Hue #B07BAF

Color information

#B07BAF (or 0xB07BAF) is unknown color: approx London Hue. HEX triplet: B0, 7B and AF. RGB value is (176,123,175). Sum of RGB (Red+Green+Blue) = 176+123+175=474 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.13% from 474); Green value is 123 (48.44% from 255 or 25.95% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 176 - color contains mainly: red. Hex color #B07BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07BAF is #4F8450. Grayscale: #909090. Windows color (decimal): -5211217 or 11500464. OLE color: 11500464.

HSL color Cylindrical-coordinate representation of color #B07BAF: hue angle of 301.13º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B07BAF is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB176123175-
CMYK00.300.010.31
HSL301.13º25.12%58.63%-
HSV(B)301.13º30.11%69.02%-
XYZ32.7326.4943.95-
YUV144.77145.06150.27-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.13%
GREEN value IS 123 (48.44% from 255) = 25.95%
BLUE value IS 175 (68.75% from 255) = 36.92%
R=37.13%
G=25.95%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612317500.300.010.31301.1325.1258.63
HexB07BAF01E11F12d193b
Octal2601732570361374553173
Binary1011000011110111010111101111011111110010110111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07BAF; }

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

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

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

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

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

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

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

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