#BD94DD

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

Shades of Wisteria #BD94DD

Tints of Wisteria #BD94DD

Color information

#BD94DD (or 0xBD94DD) is unknown color: approx Wisteria. HEX triplet: BD, 94 and DD. RGB value is (189,148,221). Sum of RGB (Red+Green+Blue) = 189+148+221=558 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.87% from 558); Green value is 148 (58.20% from 255 or 26.52% from 558); Blue value is 221 (86.72% from 255 or 39.61% from 558); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD94DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD94DD is #426B22. Grayscale: #A8A8A8. Windows color (decimal): -4352803 or 14521533. OLE color: 14521533.

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

Color convert

RGB189148221-
CMYK0.140.3300.13
HSL273.7º51.77%72.35%-
HSV(B)273.7º33.03%86.67%-
XYZ44.6337.2273.24-
YUV168.58157.58142.56-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.87%
GREEN value IS 148 (58.20% from 255) = 26.52%
BLUE value IS 221 (86.72% from 255) = 39.61%
R=33.87%
G=26.52%
B=39.61%

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
Decimal1891482210.140.3300.13273.751.7772.35
HexBD94DDE210D1123448
Octal275224335164101542264110
Binary1011110110010100110111011110100001011011000100101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD94DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD94DD; }

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

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

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

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

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

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

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

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