#B982B6

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

Shades of London Hue #B982B6

Tints of London Hue #B982B6

Color information

#B982B6 (or 0xB982B6) is unknown color: approx London Hue. HEX triplet: B9, 82 and B6. RGB value is (185,130,182). Sum of RGB (Red+Green+Blue) = 185+130+182=497 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.22% from 497); Green value is 130 (51.17% from 255 or 26.16% from 497); Blue value is 182 (71.48% from 255 or 36.62% from 497); Max value from RGB is 185 - color contains mainly: red. Hex color #B982B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B982B6 is #467D49. Grayscale: #989898. Windows color (decimal): -4619594 or 11961017. OLE color: 11961017.

HSL color Cylindrical-coordinate representation of color #B982B6: hue angle of 303.27º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B982B6 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB185130182-
CMYK00.300.020.27
HSL303.27º28.21%61.76%-
HSV(B)303.27º29.73%72.55%-
XYZ36.4329.6648.06-
YUV152.37144.72151.27-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.22%
GREEN value IS 130 (51.17% from 255) = 26.16%
BLUE value IS 182 (71.48% from 255) = 36.62%
R=37.22%
G=26.16%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513018200.300.020.27303.2728.2161.76
HexB982B601E21B12f1c3e
Octal2712022660362334573476
Binary101110011000001010110110011110101101110010111111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B982B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B982B6; }

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

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

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

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

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

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

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

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