#B980B9

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

Shades of London Hue #B980B9

Tints of London Hue #B980B9

Color information

#B980B9 (or 0xB980B9) is unknown color: approx London Hue. HEX triplet: B9, 80 and B9. RGB value is (185,128,185). Sum of RGB (Red+Green+Blue) = 185+128+185=498 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.15% from 498); Green value is 128 (50.39% from 255 or 25.70% from 498); Blue value is 185 (72.66% from 255 or 37.15% from 498); Max value from RGB is 185 - color contains mainly: red, blue. Hex color #B980B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B980B9 is #467F46. Grayscale: #979797. Windows color (decimal): -4620103 or 12157113. OLE color: 12157113.

HSL color Cylindrical-coordinate representation of color #B980B9: hue angle of 300º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B980B9 is Cyan = 0, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB185128185-
CMYK00.3100.27
HSL300º28.93%61.37%-
HSV(B)300º30.81%72.55%-
XYZ36.4829.2649.62-
YUV151.54146.88151.87-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.15%
GREEN value IS 128 (50.39% from 255) = 25.70%
BLUE value IS 185 (72.66% from 255) = 37.15%
R=37.15%
G=25.70%
B=37.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512818500.3100.2730028.9361.37
HexB980B901F01B12c1d3d
Octal2712002710370334543575
Binary10111001100000001011100101111101101110010110011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B980B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B980B9; }

 p { color: rgb(185,128,185); }

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

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

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

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

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

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

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