#BD81DA

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

Shades of Wisteria #BD81DA

Tints of Wisteria #BD81DA

Color information

#BD81DA (or 0xBD81DA) is unknown color: approx Wisteria. HEX triplet: BD, 81 and DA. RGB value is (189,129,218). Sum of RGB (Red+Green+Blue) = 189+129+218=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 129 (50.78% from 255 or 24.07% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD81DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD81DA is #427E25. Grayscale: #9C9C9C. Windows color (decimal): -4357670 or 14320061. OLE color: 14320061.

HSL color Cylindrical-coordinate representation of color #BD81DA: hue angle of 280.45º degrees, saturation: 0.55, 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 #BD81DA is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB189129218-
CMYK0.130.4100.15
HSL280.45º54.6%68.04%-
HSV(B)280.45º40.83%85.49%-
XYZ41.4931.5870.24-
YUV157.09162.38150.76-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.26%
GREEN value IS 129 (50.78% from 255) = 24.07%
BLUE value IS 218 (85.55% from 255) = 40.67%
R=35.26%
G=24.07%
B=40.67%

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
Decimal1891292180.130.4100.15280.4554.668.04
HexBD81DAD290F1183744
Octal275201332155101743067104
Binary1011110110000001110110101101101001011111000110001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD81DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD81DA; }

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

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

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

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

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

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

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

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