#BD96D0

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

Shades of Wisteria #BD96D0

Tints of Wisteria #BD96D0

Color information

#BD96D0 (or 0xBD96D0) is unknown color: approx Wisteria. HEX triplet: BD, 96 and D0. RGB value is (189,150,208). Sum of RGB (Red+Green+Blue) = 189+150+208=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 150 (58.98% from 255 or 27.42% from 547); Blue value is 208 (81.64% from 255 or 38.03% from 547); Max value from RGB is 208 - color contains mainly: blue. Hex color #BD96D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD96D0 is #42692F. Grayscale: #A8A8A8. Windows color (decimal): -4352304 or 13670077. OLE color: 13670077.

HSL color Cylindrical-coordinate representation of color #BD96D0: hue angle of 280.34º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BD96D0 is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB189150208-
CMYK0.090.2800.18
HSL280.34º38.16%70.2%-
HSV(B)280.34º27.88%81.57%-
XYZ43.2837.1964.57-
YUV168.27150.42142.78-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.55%
GREEN value IS 150 (58.98% from 255) = 27.42%
BLUE value IS 208 (81.64% from 255) = 38.03%
R=34.55%
G=27.42%
B=38.03%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1891502080.090.2800.18280.3438.1670.2
HexBD96D091C0121182646
Octal275226320113402243046106
Binary1011110110010110110100001001111000100101000110001001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD96D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD96D0; }

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

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

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

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

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

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

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

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