#B980B5

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

Shades of London Hue #B980B5

Tints of London Hue #B980B5

Color information

#B980B5 (or 0xB980B5) is unknown color: approx London Hue. HEX triplet: B9, 80 and B5. RGB value is (185,128,181). Sum of RGB (Red+Green+Blue) = 185+128+181=494 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.45% from 494); Green value is 128 (50.39% from 255 or 25.91% from 494); Blue value is 181 (71.09% from 255 or 36.64% from 494); Max value from RGB is 185 - color contains mainly: red. Hex color #B980B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B980B5 is #467F4A. Grayscale: #969696. Windows color (decimal): -4620107 or 11894969. OLE color: 11894969.

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

Color convert

RGB185128181-
CMYK00.310.020.27
HSL304.21º28.93%61.37%-
HSV(B)304.21º30.81%72.55%-
XYZ36.0729.0947.43-
YUV151.08144.88152.19-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.45%
GREEN value IS 128 (50.39% from 255) = 25.91%
BLUE value IS 181 (71.09% from 255) = 36.64%
R=37.45%
G=25.91%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512818100.310.020.27304.2128.9361.37
HexB980B501F21B1301d3d
Octal2712002650372334603575
Binary101110011000000010110101011111101101110011000011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B980B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B980B5; }

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

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

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

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

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

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

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

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