Shades of Perfume #BA93E9
Tints of Perfume #BA93E9
RGB
CMYK
RGB Variations
Color information
#BA93E9 (or 0xBA93E9) is known color: Perfume. HEX triplet: BA, 93 and E9. RGB value is (186,147,233). Sum of RGB (Red+Green+Blue) = 186+147+233=566 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.86% from 566); Green value is 147 (57.81% from 255 or 25.97% from 566); Blue value is 233 (91.41% from 255 or 41.17% from 566); Max value from RGB is 233 - color contains mainly: blue. Hex color #BA93E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA93E9 is #456C16. Grayscale: #A8A8A8. Windows color (decimal): -4549655 or 15307706. OLE color: 15307706.
HSL color Cylindrical-coordinate representation of color #BA93E9: hue angle of 267.21º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA93E9 is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 147 | 233 | - |
| CMYK | 0.20 | 0.37 | 0 | 0.09 |
| HSL | 267.21º | 0.66% | 0.75% | - |
| HSV(B) | 267.21º | 0.37% | 0.91% | - |
| XYZ | 45.39 | 37.19 | 81.88 | - |
| YUV | 168.47 | 164.42 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 147 | 233 | 0.20 | 0.37 | 0 | 0.09 | 267.21 | 0.66 | 0.75 |
| Hex | BA | 93 | E9 | 14 | 25 | 0 | 9 | 10B | 42 | 4B |
| Octal | 272 | 223 | 351 | 24 | 45 | 0 | 11 | 413 | 102 | 113 |
| Binary | 10111010 | 10010011 | 11101001 | 10100 | 100101 | 0 | 1001 | 100001011 | 1000010 | 1001011 |
Color Harmonies of #BA93E9
Complementary color
Monochromatic Colors of #BA93E9
Black with #BA93E9
Text Example
Text Example
White with #BA93E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA93E9; }
p { color: rgb(186,147,233); }
H1.HeaderClassName
{
color: #BA93E9;
}
.AnyTagClassName
{
color: #BA93E9;
}
</style>
background-color css
<style>
a { background-color: #BA93E9; }
a { background-color: rgb(186,147,233); }
div.DivClassName
{
background-color: #BA93E9;
}
.BgClassName
{
background-color: #BA93E9;
}
</style>
border-color css
<style>
span { border-color: #BA93E9; }
span { border-color: rgb(186,147,233); }
td.TdClassName
{
border-color: #BA93E9;
}
.TagClassName
{
border-color: #BA93E9;
}
</style>