#BD81DC

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

Shades of Wisteria #BD81DC

Tints of Wisteria #BD81DC

Color information

#BD81DC (or 0xBD81DC) is unknown color: approx Wisteria. HEX triplet: BD, 81 and DC. RGB value is (189,129,220). Sum of RGB (Red+Green+Blue) = 189+129+220=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 129 (50.78% from 255 or 23.98% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD81DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD81DC is #427E23. Grayscale: #9D9D9D. Windows color (decimal): -4357668 or 14451133. OLE color: 14451133.

HSL color Cylindrical-coordinate representation of color #BD81DC: hue angle of 279.56º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BD81DC is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB189129220-
CMYK0.140.4100.14
HSL279.56º56.52%68.43%-
HSV(B)279.56º41.36%86.27%-
XYZ41.7531.6971.63-
YUV157.31163.38150.6-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.13%
GREEN value IS 129 (50.78% from 255) = 23.98%
BLUE value IS 220 (86.33% from 255) = 40.89%
R=35.13%
G=23.98%
B=40.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1891292200.140.4100.14279.5656.5268.43
HexBD81DCE290E1183944
Octal275201334165101643071104
Binary1011110110000001110111001110101001011101000110001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD81DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD81DC; }

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

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

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

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

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

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

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

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