#B972AF

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

Shades of London Hue #B972AF

Tints of London Hue #B972AF

Color information

#B972AF (or 0xB972AF) is unknown color: approx London Hue. HEX triplet: B9, 72 and AF. RGB value is (185,114,175). Sum of RGB (Red+Green+Blue) = 185+114+175=474 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.03% from 474); Green value is 114 (44.92% from 255 or 24.05% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 185 - color contains mainly: red. Hex color #B972AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B972AF is #468D50. Grayscale: #8E8E8E. Windows color (decimal): -4623697 or 11498169. OLE color: 11498169.

HSL color Cylindrical-coordinate representation of color #B972AF: hue angle of 308.45º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B972AF is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB185114175-
CMYK00.380.050.27
HSL308.45º33.65%58.63%-
HSV(B)308.45º38.38%72.55%-
XYZ33.7625.4443.69-
YUV142.18146.52158.54-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.03%
GREEN value IS 114 (44.92% from 255) = 24.05%
BLUE value IS 175 (68.75% from 255) = 36.92%
R=39.03%
G=24.05%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511417500.380.050.27308.4533.6558.63
HexB972AF02651B134223b
Octal2711622570465334644273
Binary10111001111001010101111010011010111011100110100100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B972AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B972AF; }

 p { color: rgb(185,114,175); }

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

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

 a { background-color: rgb(185,114,175); }

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

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

 span { border-color: rgb(185,114,175); }

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