#BD7DD9

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

Shades of Wisteria #BD7DD9

Tints of Wisteria #BD7DD9

Color information

#BD7DD9 (or 0xBD7DD9) is unknown color: approx Wisteria. HEX triplet: BD, 7D and D9. RGB value is (189,125,217). Sum of RGB (Red+Green+Blue) = 189+125+217=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 125 (49.22% from 255 or 23.54% from 531); Blue value is 217 (85.16% from 255 or 40.87% from 531); Max value from RGB is 217 - color contains mainly: blue. Hex color #BD7DD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7DD9 is #428226. Grayscale: #9A9A9A. Windows color (decimal): -4358695 or 14253501. OLE color: 14253501.

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

Color convert

RGB189125217-
CMYK0.130.4200.15
HSL281.74º54.76%67.06%-
HSV(B)281.74º42.4%85.1%-
XYZ40.8430.569.38-
YUV154.62163.2152.52-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.59%
GREEN value IS 125 (49.22% from 255) = 23.54%
BLUE value IS 217 (85.16% from 255) = 40.87%
R=35.59%
G=23.54%
B=40.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1891252170.130.4200.15281.7454.7667.06
HexBD7DD9D2A0F11a3743
Octal275175331155201743267103
Binary101111011111101110110011101101010011111000110101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7DD9; }

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

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

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

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

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

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

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

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