#BD81D9

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

Shades of Wisteria #BD81D9

Tints of Wisteria #BD81D9

Color information

#BD81D9 (or 0xBD81D9) is unknown color: approx Wisteria. HEX triplet: BD, 81 and D9. RGB value is (189,129,217). Sum of RGB (Red+Green+Blue) = 189+129+217=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 129 (50.78% from 255 or 24.11% from 535); Blue value is 217 (85.16% from 255 or 40.56% from 535); Max value from RGB is 217 - color contains mainly: blue. Hex color #BD81D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD81D9 is #427E26. Grayscale: #9C9C9C. Windows color (decimal): -4357671 or 14254525. OLE color: 14254525.

HSL color Cylindrical-coordinate representation of color #BD81D9: hue angle of 280.91º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BD81D9 is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB189129217-
CMYK0.130.4100.15
HSL280.91º53.66%67.84%-
HSV(B)280.91º40.55%85.1%-
XYZ41.3631.5369.55-
YUV156.97161.88150.84-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.33%
GREEN value IS 129 (50.78% from 255) = 24.11%
BLUE value IS 217 (85.16% from 255) = 40.56%
R=35.33%
G=24.11%
B=40.56%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1891292170.130.4100.15280.9153.6667.84
HexBD81D9D290F1193644
Octal275201331155101743166104
Binary1011110110000001110110011101101001011111000110011101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD81D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD81D9; }

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

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

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

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

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

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

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

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