#B980B6

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

Shades of London Hue #B980B6

Tints of London Hue #B980B6

Color information

#B980B6 (or 0xB980B6) is unknown color: approx London Hue. HEX triplet: B9, 80 and B6. RGB value is (185,128,182). Sum of RGB (Red+Green+Blue) = 185+128+182=495 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.37% from 495); Green value is 128 (50.39% from 255 or 25.86% from 495); Blue value is 182 (71.48% from 255 or 36.77% from 495); Max value from RGB is 185 - color contains mainly: red. Hex color #B980B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B980B6 is #467F49. Grayscale: #979797. Windows color (decimal): -4620106 or 11960505. OLE color: 11960505.

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

Color convert

RGB185128182-
CMYK00.310.020.27
HSL303.16º28.93%61.37%-
HSV(B)303.16º30.81%72.55%-
XYZ36.1729.1347.97-
YUV151.2145.38152.11-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.37%
GREEN value IS 128 (50.39% from 255) = 25.86%
BLUE value IS 182 (71.48% from 255) = 36.77%
R=37.37%
G=25.86%
B=36.77%

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
Decimal18512818200.310.020.27303.1628.9361.37
HexB980B601F21B12f1d3d
Octal2712002660372334573575
Binary101110011000000010110110011111101101110010111111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B980B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B980B6; }

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

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

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

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

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

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

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

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