#BD84B5

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

Shades of London Hue #BD84B5

Tints of London Hue #BD84B5

Color information

#BD84B5 (or 0xBD84B5) is unknown color: approx London Hue. HEX triplet: BD, 84 and B5. RGB value is (189,132,181). Sum of RGB (Red+Green+Blue) = 189+132+181=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 132 (51.95% from 255 or 26.29% from 502); Blue value is 181 (71.09% from 255 or 36.06% from 502); Max value from RGB is 189 - color contains mainly: red. Hex color #BD84B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD84B5 is #427B4A. Grayscale: #9A9A9A. Windows color (decimal): -4356939 or 11895997. OLE color: 11895997.

HSL color Cylindrical-coordinate representation of color #BD84B5: hue angle of 308.42º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BD84B5 is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB189132181-
CMYK00.300.040.26
HSL308.42º30.16%62.94%-
HSV(B)308.42º30.16%74.12%-
XYZ37.5830.6647.65-
YUV154.63142.88152.52-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.65%
GREEN value IS 132 (51.95% from 255) = 26.29%
BLUE value IS 181 (71.09% from 255) = 36.06%
R=37.65%
G=26.29%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913218100.300.040.26308.4230.1662.94
HexBD84B501E41A1341e3f
Octal2752042650364324643677
Binary1011110110000100101101010111101001101010011010011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD84B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD84B5; }

 p { color: rgb(189,132,181); }

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

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

 a { background-color: rgb(189,132,181); }

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

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

 span { border-color: rgb(189,132,181); }

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