Shades of Perfume #BA93FA
Tints of Perfume #BA93FA
RGB
CMYK
RGB Variations
Color information
#BA93FA (or 0xBA93FA) is known color: Perfume. HEX triplet: BA, 93 and FA. RGB value is (186,147,250). Sum of RGB (Red+Green+Blue) = 186+147+250=583 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.90% from 583); Green value is 147 (57.81% from 255 or 25.21% from 583); Blue value is 250 (98.05% from 255 or 42.88% from 583); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA93FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA93FA is #456C05. Grayscale: #AAAAAA. Windows color (decimal): -4549638 or 16421818. OLE color: 16421818.
HSL color Cylindrical-coordinate representation of color #BA93FA: hue angle of 262.72º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BA93FA is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 147 | 250 | - |
| CMYK | 0.26 | 0.41 | 0 | 0.02 |
| HSL | 262.72º | 0.91% | 0.78% | - |
| HSV(B) | 262.72º | 0.41% | 0.98% | - |
| XYZ | 47.94 | 38.21 | 95.29 | - |
| YUV | 170.4 | 172.92 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 147 | 250 | 0.26 | 0.41 | 0 | 0.02 | 262.72 | 0.91 | 0.78 |
| Hex | BA | 93 | FA | 1A | 29 | 0 | 2 | 107 | 5B | 4E |
| Octal | 272 | 223 | 372 | 32 | 51 | 0 | 2 | 407 | 133 | 116 |
| Binary | 10111010 | 10010011 | 11111010 | 11010 | 101001 | 0 | 10 | 100000111 | 1011011 | 1001110 |
Color Harmonies of #BA93FA
Complementary color
Monochromatic Colors of #BA93FA
Black with #BA93FA
Text Example
Text Example
White with #BA93FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA93FA; }
p { color: rgb(186,147,250); }
H1.HeaderClassName
{
color: #BA93FA;
}
.AnyTagClassName
{
color: #BA93FA;
}
</style>
background-color css
<style>
a { background-color: #BA93FA; }
a { background-color: rgb(186,147,250); }
div.DivClassName
{
background-color: #BA93FA;
}
.BgClassName
{
background-color: #BA93FA;
}
</style>
border-color css
<style>
span { border-color: #BA93FA; }
span { border-color: rgb(186,147,250); }
td.TdClassName
{
border-color: #BA93FA;
}
.TagClassName
{
border-color: #BA93FA;
}
</style>