#BD96DD

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

Shades of Wisteria #BD96DD

Tints of Wisteria #BD96DD

Color information

#BD96DD (or 0xBD96DD) is unknown color: approx Wisteria. HEX triplet: BD, 96 and DD. RGB value is (189,150,221). Sum of RGB (Red+Green+Blue) = 189+150+221=560 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.75% from 560); Green value is 150 (58.98% from 255 or 26.79% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD96DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD96DD is #426922. Grayscale: #A9A9A9. Windows color (decimal): -4352291 or 14522045. OLE color: 14522045.

HSL color Cylindrical-coordinate representation of color #BD96DD: hue angle of 272.96º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BD96DD is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB189150221-
CMYK0.140.3200.13
HSL272.96º51.08%72.75%-
HSV(B)272.96º32.13%86.67%-
XYZ44.9437.8573.34-
YUV169.76156.92141.73-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.75%
GREEN value IS 150 (58.98% from 255) = 26.79%
BLUE value IS 221 (86.72% from 255) = 39.46%
R=33.75%
G=26.79%
B=39.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1891502210.140.3200.13272.9651.0872.75
HexBD96DDE200D1113349
Octal275226335164001542163111
Binary1011110110010110110111011110100000011011000100011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD96DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD96DD; }

 p { color: rgb(189,150,221); }

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

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

 a { background-color: rgb(189,150,221); }

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

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

 span { border-color: rgb(189,150,221); }

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