#BD95DD

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

Shades of Wisteria #BD95DD

Tints of Wisteria #BD95DD

Color information

#BD95DD (or 0xBD95DD) is unknown color: approx Wisteria. HEX triplet: BD, 95 and DD. RGB value is (189,149,221). Sum of RGB (Red+Green+Blue) = 189+149+221=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 149 (58.59% from 255 or 26.65% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD95DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD95DD is #426A22. Grayscale: #A8A8A8. Windows color (decimal): -4352547 or 14521789. OLE color: 14521789.

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

Color convert

RGB189149221-
CMYK0.140.3300.13
HSL273.33º51.43%72.55%-
HSV(B)273.33º32.58%86.67%-
XYZ44.7837.5373.29-
YUV169.17157.25142.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.81%
GREEN value IS 149 (58.59% from 255) = 26.65%
BLUE value IS 221 (86.72% from 255) = 39.53%
R=33.81%
G=26.65%
B=39.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1891492210.140.3300.13273.3351.4372.55
HexBD95DDE210D1113349
Octal275225335164101542163111
Binary1011110110010101110111011110100001011011000100011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD95DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD95DD; }

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

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

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

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

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

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

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

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