#BD81BE

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

Shades of London Hue #BD81BE

Tints of London Hue #BD81BE

Color information

#BD81BE (or 0xBD81BE) is unknown color: approx London Hue. HEX triplet: BD, 81 and BE. RGB value is (189,129,190). Sum of RGB (Red+Green+Blue) = 189+129+190=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 129 (50.78% from 255 or 25.39% from 508); Blue value is 190 (74.61% from 255 or 37.40% from 508); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD81BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD81BE is #427E41. Grayscale: #999999. Windows color (decimal): -4357698 or 12485053. OLE color: 12485053.

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

Color convert

RGB189129190-
CMYK0.010.3200.25
HSL299.02º31.94%62.55%-
HSV(B)299.02º32.11%74.51%-
XYZ38.1330.2452.54-
YUV153.89148.38153.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.20%
GREEN value IS 129 (50.78% from 255) = 25.39%
BLUE value IS 190 (74.61% from 255) = 37.40%
R=37.20%
G=25.39%
B=37.40%

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
Decimal1891291900.010.3200.25299.0231.9462.55
HexBD81BE12001912b203f
Octal2752012761400314534077
Binary1011110110000001101111101100000011001100101011100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD81BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD81BE; }

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

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

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

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

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

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

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

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