#BD84BE

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

Shades of London Hue #BD84BE

Tints of London Hue #BD84BE

Color information

#BD84BE (or 0xBD84BE) is unknown color: approx London Hue. HEX triplet: BD, 84 and BE. RGB value is (189,132,190). Sum of RGB (Red+Green+Blue) = 189+132+190=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 132 (51.95% from 255 or 25.83% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD84BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD84BE is #427B41. Grayscale: #9B9B9B. Windows color (decimal): -4356930 or 12485821. OLE color: 12485821.

HSL color Cylindrical-coordinate representation of color #BD84BE: hue angle of 298.97º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BD84BE is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB189132190-
CMYK0.010.3100.25
HSL298.97º30.85%63.14%-
HSV(B)298.97º30.53%74.51%-
XYZ38.5331.0452.68-
YUV155.66147.38151.78-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.99%
GREEN value IS 132 (51.95% from 255) = 25.83%
BLUE value IS 190 (74.61% from 255) = 37.18%
R=36.99%
G=25.83%
B=37.18%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891321900.010.3100.25298.9730.8563.14
HexBD84BE11F01912b1f3f
Octal2752042761370314533777
Binary10111101100001001011111011111101100110010101111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD84BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD84BE; }

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

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

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

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

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

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

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

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