#BD96DE

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

Shades of Wisteria #BD96DE

Tints of Wisteria #BD96DE

Color information

#BD96DE (or 0xBD96DE) is unknown color: approx Wisteria. HEX triplet: BD, 96 and DE. RGB value is (189,150,222). Sum of RGB (Red+Green+Blue) = 189+150+222=561 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.69% from 561); Green value is 150 (58.98% from 255 or 26.74% from 561); Blue value is 222 (87.11% from 255 or 39.57% from 561); Max value from RGB is 222 - color contains mainly: blue. Hex color #BD96DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD96DE is #426921. Grayscale: #A9A9A9. Windows color (decimal): -4352290 or 14587581. OLE color: 14587581.

HSL color Cylindrical-coordinate representation of color #BD96DE: hue angle of 272.5º degrees, saturation: 0.52, 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 #BD96DE is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB189150222-
CMYK0.150.3200.13
HSL272.5º52.17%72.94%-
HSV(B)272.5º32.43%87.06%-
XYZ45.0837.9174.05-
YUV169.87157.42141.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.69%
GREEN value IS 150 (58.98% from 255) = 26.74%
BLUE value IS 222 (87.11% from 255) = 39.57%
R=33.69%
G=26.74%
B=39.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1891502220.150.3200.13272.552.1772.94
HexBD96DEF200D1103449
Octal275226336174001542064111
Binary1011110110010110110111101111100000011011000100001101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD96DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD96DE; }

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

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

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

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

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

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

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

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