#B07BAE

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

Shades of London Hue #B07BAE

Tints of London Hue #B07BAE

Color information

#B07BAE (or 0xB07BAE) is unknown color: approx London Hue. HEX triplet: B0, 7B and AE. RGB value is (176,123,174). Sum of RGB (Red+Green+Blue) = 176+123+174=473 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.21% from 473); Green value is 123 (48.44% from 255 or 26.00% from 473); Blue value is 174 (68.36% from 255 or 36.79% from 473); Max value from RGB is 176 - color contains mainly: red. Hex color #B07BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07BAE is #4F8451. Grayscale: #909090. Windows color (decimal): -5211218 or 11434928. OLE color: 11434928.

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

Color convert

RGB176123174-
CMYK00.300.010.31
HSL302.26º25.12%58.63%-
HSV(B)302.26º30.11%69.02%-
XYZ32.6326.4543.43-
YUV144.66144.56150.35-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.21%
GREEN value IS 123 (48.44% from 255) = 26.00%
BLUE value IS 174 (68.36% from 255) = 36.79%
R=37.21%
G=26.00%
B=36.79%

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
Decimal17612317400.300.010.31302.2625.1258.63
HexB07BAE01E11F12e193b
Octal2601732560361374563173
Binary1011000011110111010111001111011111110010111011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07BAE; }

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

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

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

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

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

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

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

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