Shades of Wisteria #BD91D4
Tints of Wisteria #BD91D4
RGB
CMYK
RGB Variations
Color information
#BD91D4 (or 0xBD91D4) is known color: Wisteria. HEX triplet: BD, 91 and D4. RGB value is (189,145,212). Sum of RGB (Red+Green+Blue) = 189+145+212=546 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.62% from 546); Green value is 145 (57.03% from 255 or 26.56% from 546); Blue value is 212 (83.20% from 255 or 38.83% from 546); Max value from RGB is 212 - color contains mainly: blue. Hex color #BD91D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD91D4 is #426E2B. Grayscale: #A5A5A5. Windows color (decimal): -4353580 or 13930941. OLE color: 13930941.
HSL color Cylindrical-coordinate representation of color #BD91D4: hue angle of 279.4º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BD91D4 is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 145 | 212 | - |
| CMYK | 0.11 | 0.32 | 0 | 0.17 |
| HSL | 279.4º | 0.44% | 0.7% | - |
| HSV(B) | 279.4º | 0.32% | 0.83% | - |
| XYZ | 43 | 35.82 | 66.94 | - |
| YUV | 165.79 | 154.08 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 145 | 212 | 0.11 | 0.32 | 0 | 0.17 | 279.4 | 0.44 | 0.7 |
| Hex | BD | 91 | D4 | B | 20 | 0 | 11 | 117 | 2C | 46 |
| Octal | 275 | 221 | 324 | 13 | 40 | 0 | 21 | 427 | 54 | 106 |
| Binary | 10111101 | 10010001 | 11010100 | 1011 | 100000 | 0 | 10001 | 100010111 | 101100 | 1000110 |
Color Harmonies of #BD91D4
Complementary color
Monochromatic Colors of #BD91D4
Black with #BD91D4
Text Example
Text Example
White with #BD91D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD91D4; }
p { color: rgb(189,145,212); }
H1.HeaderClassName
{
color: #BD91D4;
}
.AnyTagClassName
{
color: #BD91D4;
}
</style>
background-color css
<style>
a { background-color: #BD91D4; }
a { background-color: rgb(189,145,212); }
div.DivClassName
{
background-color: #BD91D4;
}
.BgClassName
{
background-color: #BD91D4;
}
</style>
border-color css
<style>
span { border-color: #BD91D4; }
span { border-color: rgb(189,145,212); }
td.TdClassName
{
border-color: #BD91D4;
}
.TagClassName
{
border-color: #BD91D4;
}
</style>