#B07FAC

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

Shades of London Hue #B07FAC

Tints of London Hue #B07FAC

Color information

#B07FAC (or 0xB07FAC) is unknown color: approx London Hue. HEX triplet: B0, 7F and AC. RGB value is (176,127,172). Sum of RGB (Red+Green+Blue) = 176+127+172=475 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.05% from 475); Green value is 127 (50% from 255 or 26.74% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 176 - color contains mainly: red. Hex color #B07FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07FAC is #4F8053. Grayscale: #929292. Windows color (decimal): -5210196 or 11304880. OLE color: 11304880.

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

Color convert

RGB176127172-
CMYK00.280.020.31
HSL304.9º23.67%59.41%-
HSV(B)304.9º27.84%69.02%-
XYZ32.9427.3942.58-
YUV146.78142.23148.84-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.05%
GREEN value IS 127 (50% from 255) = 26.74%
BLUE value IS 172 (67.58% from 255) = 36.21%
R=37.05%
G=26.74%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612717200.280.020.31304.923.6759.41
HexB07FAC01C21F131183b
Octal2601772540342374613073
Binary10110000111111110101100011100101111110011000111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07FAC; }

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

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

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

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

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

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

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

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