#B983B7

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

Shades of London Hue #B983B7

Tints of London Hue #B983B7

Color information

#B983B7 (or 0xB983B7) is unknown color: approx London Hue. HEX triplet: B9, 83 and B7. RGB value is (185,131,183). Sum of RGB (Red+Green+Blue) = 185+131+183=499 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37.07% from 499); Green value is 131 (51.56% from 255 or 26.25% from 499); Blue value is 183 (71.88% from 255 or 36.67% from 499); Max value from RGB is 185 - color contains mainly: red. Hex color #B983B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B983B7 is #467C48. Grayscale: #989898. Windows color (decimal): -4619337 or 12026809. OLE color: 12026809.

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

Color convert

RGB185131183-
CMYK00.290.010.27
HSL302.22º27.84%61.96%-
HSV(B)302.22º29.19%72.55%-
XYZ36.6729.9748.65-
YUV153.07144.89150.77-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.07%
GREEN value IS 131 (51.56% from 255) = 26.25%
BLUE value IS 183 (71.88% from 255) = 36.67%
R=37.07%
G=26.25%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513118300.290.010.27302.2227.8461.96
HexB983B701D11B12e1c3e
Octal2712032670351334563476
Binary10111001100000111011011101110111101110010111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B983B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B983B7; }

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

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

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

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

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

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

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

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