#B07FAA

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

Shades of London Hue #B07FAA

Tints of London Hue #B07FAA

Color information

#B07FAA (or 0xB07FAA) is unknown color: approx London Hue. HEX triplet: B0, 7F and AA. RGB value is (176,127,170). Sum of RGB (Red+Green+Blue) = 176+127+170=473 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.21% from 473); Green value is 127 (50% from 255 or 26.85% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 176 - color contains mainly: red. Hex color #B07FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07FAA is #4F8055. Grayscale: #929292. Windows color (decimal): -5210198 or 11173808. OLE color: 11173808.

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

Color convert

RGB176127170-
CMYK00.280.030.31
HSL307.35º23.67%59.41%-
HSV(B)307.35º27.84%69.02%-
XYZ32.7527.3141.58-
YUV146.55141.23149-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.21%
GREEN value IS 127 (50% from 255) = 26.85%
BLUE value IS 170 (66.80% from 255) = 35.94%
R=37.21%
G=26.85%
B=35.94%

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
Decimal17612717000.280.030.31307.3523.6759.41
HexB07FAA01C31F133183b
Octal2601772520343374633073
Binary10110000111111110101010011100111111110011001111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07FAA; }

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

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

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

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

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

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

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

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