#B983B6

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

Shades of London Hue #B983B6

Tints of London Hue #B983B6

Color information

#B983B6 (or 0xB983B6) is unknown color: approx London Hue. HEX triplet: B9, 83 and B6. RGB value is (185,131,182). Sum of RGB (Red+Green+Blue) = 185+131+182=498 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.15% from 498); Green value is 131 (51.56% from 255 or 26.31% from 498); Blue value is 182 (71.48% from 255 or 36.55% from 498); Max value from RGB is 185 - color contains mainly: red. Hex color #B983B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B983B6 is #467C49. Grayscale: #989898. Windows color (decimal): -4619338 or 11961273. OLE color: 11961273.

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

Color convert

RGB185131182-
CMYK00.290.020.27
HSL303.33º27.84%61.96%-
HSV(B)303.33º29.19%72.55%-
XYZ36.5729.9248.1-
YUV152.96144.39150.85-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.15%
GREEN value IS 131 (51.56% from 255) = 26.31%
BLUE value IS 182 (71.48% from 255) = 36.55%
R=37.15%
G=26.31%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513118200.290.020.27303.3327.8461.96
HexB983B601D21B12f1c3e
Octal2712032660352334573476
Binary101110011000001110110110011101101101110010111111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B983B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B983B6; }

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

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

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

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

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

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

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

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