#BD92D9

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

Shades of Wisteria #BD92D9

Tints of Wisteria #BD92D9

Color information

#BD92D9 (or 0xBD92D9) is unknown color: approx Wisteria. HEX triplet: BD, 92 and D9. RGB value is (189,146,217). Sum of RGB (Red+Green+Blue) = 189+146+217=552 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.24% from 552); Green value is 146 (57.42% from 255 or 26.45% from 552); Blue value is 217 (85.16% from 255 or 39.31% from 552); Max value from RGB is 217 - color contains mainly: blue. Hex color #BD92D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD92D9 is #426D26. Grayscale: #A6A6A6. Windows color (decimal): -4353319 or 14258877. OLE color: 14258877.

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

Color convert

RGB189146217-
CMYK0.130.3300.15
HSL276.34º48.3%71.18%-
HSV(B)276.34º32.72%85.1%-
XYZ43.7936.3970.36-
YUV166.95156.25143.73-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.24%
GREEN value IS 146 (57.42% from 255) = 26.45%
BLUE value IS 217 (85.16% from 255) = 39.31%
R=34.24%
G=26.45%
B=39.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1891462170.130.3300.15276.3448.371.18
HexBD92D9D210F1143047
Octal275222331154101742460107
Binary1011110110010010110110011101100001011111000101001100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD92D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD92D9; }

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

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

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

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

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

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

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

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