#B984B1

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

Shades of London Hue #B984B1

Tints of London Hue #B984B1

Color information

#B984B1 (or 0xB984B1) is unknown color: approx London Hue. HEX triplet: B9, 84 and B1. RGB value is (185,132,177). Sum of RGB (Red+Green+Blue) = 185+132+177=494 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.45% from 494); Green value is 132 (51.95% from 255 or 26.72% from 494); Blue value is 177 (69.53% from 255 or 35.83% from 494); Max value from RGB is 185 - color contains mainly: red. Hex color #B984B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B984B1 is #467B4E. Grayscale: #989898. Windows color (decimal): -4619087 or 11633849. OLE color: 11633849.

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

Color convert

RGB185132177-
CMYK00.290.040.27
HSL309.06º27.46%62.16%-
HSV(B)309.06º28.65%72.55%-
XYZ36.1929.9945.48-
YUV152.98141.56150.84-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.45%
GREEN value IS 132 (51.95% from 255) = 26.72%
BLUE value IS 177 (69.53% from 255) = 35.83%
R=37.45%
G=26.72%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513217700.290.040.27309.0627.4662.16
HexB984B101D41B1351b3e
Octal2712042610354334653376
Binary1011100110000100101100010111011001101110011010111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B984B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B984B1; }

 p { color: rgb(185,132,177); }

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

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

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

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

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

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

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