#BD97DC

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

Shades of Wisteria #BD97DC

Tints of Wisteria #BD97DC

Color information

#BD97DC (or 0xBD97DC) is unknown color: approx Wisteria. HEX triplet: BD, 97 and DC. RGB value is (189,151,220). Sum of RGB (Red+Green+Blue) = 189+151+220=560 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.75% from 560); Green value is 151 (59.38% from 255 or 26.96% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD97DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD97DC is #426823. Grayscale: #A9A9A9. Windows color (decimal): -4352036 or 14456765. OLE color: 14456765.

HSL color Cylindrical-coordinate representation of color #BD97DC: hue angle of 273.04º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BD97DC is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB189151220-
CMYK0.140.3100.14
HSL273.04º49.64%72.75%-
HSV(B)273.04º31.36%86.27%-
XYZ44.9738.1272.7-
YUV170.23156.09141.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.75%
GREEN value IS 151 (59.38% from 255) = 26.96%
BLUE value IS 220 (86.33% from 255) = 39.29%
R=33.75%
G=26.96%
B=39.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1891512200.140.3100.14273.0449.6472.75
HexBD97DCE1F0E1113249
Octal275227334163701642162111
Binary101111011001011111011100111011111011101000100011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD97DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD97DC; }

 p { color: rgb(189,151,220); }

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

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

 a { background-color: rgb(189,151,220); }

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

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

 span { border-color: rgb(189,151,220); }

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