#BD82BE

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

Shades of London Hue #BD82BE

Tints of London Hue #BD82BE

Color information

#BD82BE (or 0xBD82BE) is unknown color: approx London Hue. HEX triplet: BD, 82 and BE. RGB value is (189,130,190). Sum of RGB (Red+Green+Blue) = 189+130+190=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 130 (51.17% from 255 or 25.54% from 509); Blue value is 190 (74.61% from 255 or 37.33% from 509); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD82BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD82BE is #427D41. Grayscale: #9A9A9A. Windows color (decimal): -4357442 or 12485309. OLE color: 12485309.

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

Color convert

RGB189130190-
CMYK0.010.3200.25
HSL299º31.58%62.75%-
HSV(B)299º31.58%74.51%-
XYZ38.2630.552.59-
YUV154.48148.05152.62-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.13%
GREEN value IS 130 (51.17% from 255) = 25.54%
BLUE value IS 190 (74.61% from 255) = 37.33%
R=37.13%
G=25.54%
B=37.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891301900.010.3200.2529931.5862.75
HexBD82BE12001912b203f
Octal2752022761400314534077
Binary1011110110000010101111101100000011001100101011100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD82BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD82BE; }

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

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

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

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

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

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

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

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