#B983B3

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

Shades of London Hue #B983B3

Tints of London Hue #B983B3

Color information

#B983B3 (or 0xB983B3) is unknown color: approx London Hue. HEX triplet: B9, 83 and B3. RGB value is (185,131,179). Sum of RGB (Red+Green+Blue) = 185+131+179=495 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.37% from 495); Green value is 131 (51.56% from 255 or 26.46% from 495); Blue value is 179 (70.31% from 255 or 36.16% from 495); Max value from RGB is 185 - color contains mainly: red. Hex color #B983B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B983B3 is #467C4C. Grayscale: #989898. Windows color (decimal): -4619341 or 11764665. OLE color: 11764665.

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

Color convert

RGB185131179-
CMYK00.290.030.27
HSL306.67º27.84%61.96%-
HSV(B)306.67º29.19%72.55%-
XYZ36.2629.846.49-
YUV152.62142.89151.1-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.37%
GREEN value IS 131 (51.56% from 255) = 26.46%
BLUE value IS 179 (70.31% from 255) = 36.16%
R=37.37%
G=26.46%
B=36.16%

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
Decimal18513117900.290.030.27306.6727.8461.96
HexB983B301D31B1331c3e
Octal2712032630353334633476
Binary101110011000001110110011011101111101110011001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B983B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B983B3; }

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

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

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

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

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

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

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

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