#BD96DC

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

Shades of Wisteria #BD96DC

Tints of Wisteria #BD96DC

Color information

#BD96DC (or 0xBD96DC) is unknown color: approx Wisteria. HEX triplet: BD, 96 and DC. RGB value is (189,150,220). Sum of RGB (Red+Green+Blue) = 189+150+220=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 150 (58.98% from 255 or 26.83% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD96DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD96DC is #426923. Grayscale: #A9A9A9. Windows color (decimal): -4352292 or 14456509. OLE color: 14456509.

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

Color convert

RGB189150220-
CMYK0.140.3200.14
HSL273.43º50%72.55%-
HSV(B)273.43º31.82%86.27%-
XYZ44.8137.872.64-
YUV169.64156.42141.81-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.81%
GREEN value IS 150 (58.98% from 255) = 26.83%
BLUE value IS 220 (86.33% from 255) = 39.36%
R=33.81%
G=26.83%
B=39.36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1891502200.140.3200.14273.435072.55
HexBD96DCE200E1113249
Octal275226334164001642162111
Binary1011110110010110110111001110100000011101000100011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD96DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD96DC; }

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

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

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

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

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

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

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

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