#BD81BD

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

Shades of London Hue #BD81BD

Tints of London Hue #BD81BD

Color information

#BD81BD (or 0xBD81BD) is unknown color: approx London Hue. HEX triplet: BD, 81 and BD. RGB value is (189,129,189). Sum of RGB (Red+Green+Blue) = 189+129+189=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 129 (50.78% from 255 or 25.44% from 507); Blue value is 189 (74.22% from 255 or 37.28% from 507); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD81BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD81BD is #427E42. Grayscale: #999999. Windows color (decimal): -4357699 or 12419517. OLE color: 12419517.

HSL color Cylindrical-coordinate representation of color #BD81BD: hue angle of 300º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BD81BD is Cyan = 0, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB189129189-
CMYK00.3200.26
HSL300º31.25%62.35%-
HSV(B)300º31.75%74.12%-
XYZ38.0230.1951.97-
YUV153.78147.88153.12-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.28%
GREEN value IS 129 (50.78% from 255) = 25.44%
BLUE value IS 189 (74.22% from 255) = 37.28%
R=37.28%
G=25.44%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912918900.3200.2630031.2562.35
HexBD81BD02001A12c1f3e
Octal2752012750400324543776
Binary101111011000000110111101010000001101010010110011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD81BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD81BD; }

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

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

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

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

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

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

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

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