Shades of Perfume #BA93FC
Tints of Perfume #BA93FC
RGB
CMYK
RGB Variations
Color information
#BA93FC (or 0xBA93FC) is known color: Perfume. HEX triplet: BA, 93 and FC. RGB value is (186,147,252). Sum of RGB (Red+Green+Blue) = 186+147+252=585 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.79% from 585); Green value is 147 (57.81% from 255 or 25.13% from 585); Blue value is 252 (98.83% from 255 or 43.08% from 585); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA93FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA93FC is #456C03. Grayscale: #AAAAAA. Windows color (decimal): -4549636 or 16552890. OLE color: 16552890.
HSL color Cylindrical-coordinate representation of color #BA93FC: hue angle of 262.29º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA93FC is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 147 | 252 | - |
| CMYK | 0.26 | 0.42 | 0 | 0.01 |
| HSL | 262.29º | 0.95% | 0.78% | - |
| HSV(B) | 262.29º | 0.42% | 0.99% | - |
| XYZ | 48.25 | 38.33 | 96.95 | - |
| YUV | 170.63 | 173.92 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 147 | 252 | 0.26 | 0.42 | 0 | 0.01 | 262.29 | 0.95 | 0.78 |
| Hex | BA | 93 | FC | 1A | 2A | 0 | 1 | 106 | 5F | 4E |
| Octal | 272 | 223 | 374 | 32 | 52 | 0 | 1 | 406 | 137 | 116 |
| Binary | 10111010 | 10010011 | 11111100 | 11010 | 101010 | 0 | 1 | 100000110 | 1011111 | 1001110 |
Color Harmonies of #BA93FC
Complementary color
Monochromatic Colors of #BA93FC
Black with #BA93FC
Text Example
Text Example
White with #BA93FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA93FC; }
p { color: rgb(186,147,252); }
H1.HeaderClassName
{
color: #BA93FC;
}
.AnyTagClassName
{
color: #BA93FC;
}
</style>
background-color css
<style>
a { background-color: #BA93FC; }
a { background-color: rgb(186,147,252); }
div.DivClassName
{
background-color: #BA93FC;
}
.BgClassName
{
background-color: #BA93FC;
}
</style>
border-color css
<style>
span { border-color: #BA93FC; }
span { border-color: rgb(186,147,252); }
td.TdClassName
{
border-color: #BA93FC;
}
.TagClassName
{
border-color: #BA93FC;
}
</style>