#B983B4

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

Shades of London Hue #B983B4

Tints of London Hue #B983B4

Color information

#B983B4 (or 0xB983B4) is unknown color: approx London Hue. HEX triplet: B9, 83 and B4. RGB value is (185,131,180). Sum of RGB (Red+Green+Blue) = 185+131+180=496 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.30% from 496); Green value is 131 (51.56% from 255 or 26.41% from 496); Blue value is 180 (70.70% from 255 or 36.29% from 496); Max value from RGB is 185 - color contains mainly: red. Hex color #B983B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B983B4 is #467C4B. Grayscale: #989898. Windows color (decimal): -4619340 or 11830201. OLE color: 11830201.

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

Color convert

RGB185131180-
CMYK00.290.030.27
HSL305.56º27.84%61.96%-
HSV(B)305.56º29.19%72.55%-
XYZ36.3629.8447.02-
YUV152.73143.39151.02-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.30%
GREEN value IS 131 (51.56% from 255) = 26.41%
BLUE value IS 180 (70.70% from 255) = 36.29%
R=37.30%
G=26.41%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513118000.290.030.27305.5627.8461.96
HexB983B401D31B1321c3e
Octal2712032640353334623476
Binary101110011000001110110100011101111101110011001011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B983B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B983B4; }

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

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

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

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

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

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

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

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