#BD82BF

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

Shades of London Hue #BD82BF

Tints of London Hue #BD82BF

Color information

#BD82BF (or 0xBD82BF) is unknown color: approx London Hue. HEX triplet: BD, 82 and BF. RGB value is (189,130,191). Sum of RGB (Red+Green+Blue) = 189+130+191=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 130 (51.17% from 255 or 25.49% from 510); Blue value is 191 (75% from 255 or 37.45% from 510); Max value from RGB is 191 - color contains mainly: blue. Hex color #BD82BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD82BF is #427D40. Grayscale: #9A9A9A. Windows color (decimal): -4357441 or 12550845. OLE color: 12550845.

HSL color Cylindrical-coordinate representation of color #BD82BF: hue angle of 298.03º 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 #BD82BF is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB189130191-
CMYK0.010.3200.25
HSL298.03º32.28%62.94%-
HSV(B)298.03º31.94%74.9%-
XYZ38.3730.5553.16-
YUV154.6148.55152.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.06%
GREEN value IS 130 (51.17% from 255) = 25.49%
BLUE value IS 191 (75% from 255) = 37.45%
R=37.06%
G=25.49%
B=37.45%

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
Decimal1891301910.010.3200.25298.0332.2862.94
HexBD82BF12001912a203f
Octal2752022771400314524077
Binary1011110110000010101111111100000011001100101010100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD82BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD82BF; }

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

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

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

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

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

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

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

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