#BD96D5

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

Shades of Wisteria #BD96D5

Tints of Wisteria #BD96D5

Color information

#BD96D5 (or 0xBD96D5) is unknown color: approx Wisteria. HEX triplet: BD, 96 and D5. RGB value is (189,150,213). Sum of RGB (Red+Green+Blue) = 189+150+213=552 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.24% from 552); Green value is 150 (58.98% from 255 or 27.17% from 552); Blue value is 213 (83.59% from 255 or 38.59% from 552); Max value from RGB is 213 - color contains mainly: blue. Hex color #BD96D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD96D5 is #42692A. Grayscale: #A8A8A8. Windows color (decimal): -4352299 or 13997757. OLE color: 13997757.

HSL color Cylindrical-coordinate representation of color #BD96D5: hue angle of 277.14º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BD96D5 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB189150213-
CMYK0.110.3000.16
HSL277.14º42.86%71.18%-
HSV(B)277.14º29.58%83.53%-
XYZ43.937.4467.86-
YUV168.84152.92142.38-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.24%
GREEN value IS 150 (58.98% from 255) = 27.17%
BLUE value IS 213 (83.59% from 255) = 38.59%
R=34.24%
G=27.17%
B=38.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1891502130.110.3000.16277.1442.8671.18
HexBD96D5B1E0101152b47
Octal275226325133602042553107
Binary1011110110010110110101011011111100100001000101011010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD96D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD96D5; }

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

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

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

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

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

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

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

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