Shades of Wisteria #BA98CF
Tints of Wisteria #BA98CF
RGB
CMYK
RGB Variations
Color information
#BA98CF (or 0xBA98CF) is known color: Wisteria. HEX triplet: BA, 98 and CF. RGB value is (186,152,207). Sum of RGB (Red+Green+Blue) = 186+152+207=545 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.13% from 545); Green value is 152 (59.77% from 255 or 27.89% from 545); Blue value is 207 (81.25% from 255 or 37.98% from 545); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA98CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA98CF is #456730. Grayscale: #A8A8A8. Windows color (decimal): -4548401 or 13605050. OLE color: 13605050.
HSL color Cylindrical-coordinate representation of color #BA98CF: hue angle of 277.09º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BA98CF is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 152 | 207 | - |
| CMYK | 0.10 | 0.27 | 0 | 0.19 |
| HSL | 277.09º | 0.36% | 0.7% | - |
| HSV(B) | 277.09º | 0.27% | 0.81% | - |
| XYZ | 42.74 | 37.4 | 64 | - |
| YUV | 168.44 | 149.76 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 152 | 207 | 0.10 | 0.27 | 0 | 0.19 | 277.09 | 0.36 | 0.7 |
| Hex | BA | 98 | CF | A | 1B | 0 | 13 | 115 | 24 | 46 |
| Octal | 272 | 230 | 317 | 12 | 33 | 0 | 23 | 425 | 44 | 106 |
| Binary | 10111010 | 10011000 | 11001111 | 1010 | 11011 | 0 | 10011 | 100010101 | 100100 | 1000110 |
Color Harmonies of #BA98CF
Complementary color
Monochromatic Colors of #BA98CF
Black with #BA98CF
Text Example
Text Example
White with #BA98CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA98CF; }
p { color: rgb(186,152,207); }
H1.HeaderClassName
{
color: #BA98CF;
}
.AnyTagClassName
{
color: #BA98CF;
}
</style>
background-color css
<style>
a { background-color: #BA98CF; }
a { background-color: rgb(186,152,207); }
div.DivClassName
{
background-color: #BA98CF;
}
.BgClassName
{
background-color: #BA98CF;
}
</style>
border-color css
<style>
span { border-color: #BA98CF; }
span { border-color: rgb(186,152,207); }
td.TdClassName
{
border-color: #BA98CF;
}
.TagClassName
{
border-color: #BA98CF;
}
</style>