#B976AD

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

Shades of London Hue #B976AD

Tints of London Hue #B976AD

Color information

#B976AD (or 0xB976AD) is unknown color: approx London Hue. HEX triplet: B9, 76 and AD. RGB value is (185,118,173). Sum of RGB (Red+Green+Blue) = 185+118+173=476 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.87% from 476); Green value is 118 (46.48% from 255 or 24.79% from 476); Blue value is 173 (67.97% from 255 or 36.34% from 476); Max value from RGB is 185 - color contains mainly: red. Hex color #B976AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B976AD is #468952. Grayscale: #909090. Windows color (decimal): -4622675 or 11368121. OLE color: 11368121.

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

Color convert

RGB185118173-
CMYK00.360.060.27
HSL310.75º32.37%59.41%-
HSV(B)310.75º36.22%72.55%-
XYZ34.0326.2942.82-
YUV144.3144.2157.03-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.87%
GREEN value IS 118 (46.48% from 255) = 24.79%
BLUE value IS 173 (67.97% from 255) = 36.34%
R=38.87%
G=24.79%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511817300.360.060.27310.7532.3759.41
HexB976AD02461B137203b
Octal2711662550446334674073
Binary10111001111011010101101010010011011011100110111100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B976AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B976AD; }

 p { color: rgb(185,118,173); }

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

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

 a { background-color: rgb(185,118,173); }

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

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

 span { border-color: rgb(185,118,173); }

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