#B983B9

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

Shades of London Hue #B983B9

Tints of London Hue #B983B9

Color information

#B983B9 (or 0xB983B9) is unknown color: approx London Hue. HEX triplet: B9, 83 and B9. RGB value is (185,131,185). Sum of RGB (Red+Green+Blue) = 185+131+185=501 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.93% from 501); Green value is 131 (51.56% from 255 or 26.15% from 501); Blue value is 185 (72.66% from 255 or 36.93% from 501); Max value from RGB is 185 - color contains mainly: red, blue. Hex color #B983B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B983B9 is #467C46. Grayscale: #999999. Windows color (decimal): -4619335 or 12157881. OLE color: 12157881.

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

Color convert

RGB185131185-
CMYK00.2900.27
HSL300º27.84%61.96%-
HSV(B)300º29.19%72.55%-
XYZ36.8830.0549.76-
YUV153.3145.89150.61-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.93%
GREEN value IS 131 (51.56% from 255) = 26.15%
BLUE value IS 185 (72.66% from 255) = 36.93%
R=36.93%
G=26.15%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513118500.2900.2730027.8461.96
HexB983B901D01B12c1c3e
Octal2712032710350334543476
Binary10111001100000111011100101110101101110010110011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B983B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B983B9; }

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

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

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

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

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

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

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

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