#B983B5

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

Shades of London Hue #B983B5

Tints of London Hue #B983B5

Color information

#B983B5 (or 0xB983B5) is unknown color: approx London Hue. HEX triplet: B9, 83 and B5. RGB value is (185,131,181). Sum of RGB (Red+Green+Blue) = 185+131+181=497 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.22% from 497); Green value is 131 (51.56% from 255 or 26.36% from 497); Blue value is 181 (71.09% from 255 or 36.42% from 497); Max value from RGB is 185 - color contains mainly: red. Hex color #B983B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B983B5 is #467C4A. Grayscale: #989898. Windows color (decimal): -4619339 or 11895737. OLE color: 11895737.

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

Color convert

RGB185131181-
CMYK00.290.020.27
HSL304.44º27.84%61.96%-
HSV(B)304.44º29.19%72.55%-
XYZ36.4629.8847.56-
YUV152.85143.89150.93-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.22%
GREEN value IS 131 (51.56% from 255) = 26.36%
BLUE value IS 181 (71.09% from 255) = 36.42%
R=37.22%
G=26.36%
B=36.42%

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
Decimal18513118100.290.020.27304.4427.8461.96
HexB983B501D21B1301c3e
Octal2712032650352334603476
Binary101110011000001110110101011101101101110011000011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B983B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B983B5; }

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

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

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

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

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

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

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

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