Shades of Wisteria #BD79E4
Tints of Wisteria #BD79E4
RGB
CMYK
RGB Variations
Color information
#BD79E4 (or 0xBD79E4) is known color: Wisteria. HEX triplet: BD, 79 and E4. RGB value is (189,121,228). Sum of RGB (Red+Green+Blue) = 189+121+228=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 121 (47.66% from 255 or 22.49% from 538); Blue value is 228 (89.45% from 255 or 42.38% from 538); Max value from RGB is 228 - color contains mainly: blue. Hex color #BD79E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD79E4 is #42861B. Grayscale: #999999. Windows color (decimal): -4359708 or 14973373. OLE color: 14973373.
HSL color Cylindrical-coordinate representation of color #BD79E4: hue angle of 278.13º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BD79E4 is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 121 | 228 | - |
| CMYK | 0.17 | 0.47 | 0 | 0.11 |
| HSL | 278.13º | 0.66% | 0.68% | - |
| HSV(B) | 278.13º | 0.47% | 0.89% | - |
| XYZ | 41.83 | 30.1 | 77 | - |
| YUV | 153.53 | 170.03 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 121 | 228 | 0.17 | 0.47 | 0 | 0.11 | 278.13 | 0.66 | 0.68 |
| Hex | BD | 79 | E4 | 11 | 2F | 0 | B | 116 | 42 | 44 |
| Octal | 275 | 171 | 344 | 21 | 57 | 0 | 13 | 426 | 102 | 104 |
| Binary | 10111101 | 1111001 | 11100100 | 10001 | 101111 | 0 | 1011 | 100010110 | 1000010 | 1000100 |
Color Harmonies of #BD79E4
Complementary color
Monochromatic Colors of #BD79E4
Black with #BD79E4
Text Example
Text Example
White with #BD79E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD79E4; }
p { color: rgb(189,121,228); }
H1.HeaderClassName
{
color: #BD79E4;
}
.AnyTagClassName
{
color: #BD79E4;
}
</style>
background-color css
<style>
a { background-color: #BD79E4; }
a { background-color: rgb(189,121,228); }
div.DivClassName
{
background-color: #BD79E4;
}
.BgClassName
{
background-color: #BD79E4;
}
</style>
border-color css
<style>
span { border-color: #BD79E4; }
span { border-color: rgb(189,121,228); }
td.TdClassName
{
border-color: #BD79E4;
}
.TagClassName
{
border-color: #BD79E4;
}
</style>