Shades of Perfume #BA93F3
Tints of Perfume #BA93F3
RGB
CMYK
RGB Variations
Color information
#BA93F3 (or 0xBA93F3) is known color: Perfume. HEX triplet: BA, 93 and F3. RGB value is (186,147,243). Sum of RGB (Red+Green+Blue) = 186+147+243=576 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.29% from 576); Green value is 147 (57.81% from 255 or 25.52% from 576); Blue value is 243 (95.31% from 255 or 42.19% from 576); Max value from RGB is 243 - color contains mainly: blue. Hex color #BA93F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA93F3 is #456C0C. Grayscale: #A9A9A9. Windows color (decimal): -4549645 or 15963066. OLE color: 15963066.
HSL color Cylindrical-coordinate representation of color #BA93F3: hue angle of 264.38º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA93F3 is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 147 | 243 | - |
| CMYK | 0.23 | 0.40 | 0 | 0.05 |
| HSL | 264.38º | 0.8% | 0.76% | - |
| HSV(B) | 264.38º | 0.4% | 0.95% | - |
| XYZ | 46.86 | 37.78 | 89.62 | - |
| YUV | 169.61 | 169.42 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 147 | 243 | 0.23 | 0.40 | 0 | 0.05 | 264.38 | 0.8 | 0.76 |
| Hex | BA | 93 | F3 | 17 | 28 | 0 | 5 | 108 | 50 | 4C |
| Octal | 272 | 223 | 363 | 27 | 50 | 0 | 5 | 410 | 120 | 114 |
| Binary | 10111010 | 10010011 | 11110011 | 10111 | 101000 | 0 | 101 | 100001000 | 1010000 | 1001100 |
Color Harmonies of #BA93F3
Complementary color
Monochromatic Colors of #BA93F3
Black with #BA93F3
Text Example
Text Example
White with #BA93F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA93F3; }
p { color: rgb(186,147,243); }
H1.HeaderClassName
{
color: #BA93F3;
}
.AnyTagClassName
{
color: #BA93F3;
}
</style>
background-color css
<style>
a { background-color: #BA93F3; }
a { background-color: rgb(186,147,243); }
div.DivClassName
{
background-color: #BA93F3;
}
.BgClassName
{
background-color: #BA93F3;
}
</style>
border-color css
<style>
span { border-color: #BA93F3; }
span { border-color: rgb(186,147,243); }
td.TdClassName
{
border-color: #BA93F3;
}
.TagClassName
{
border-color: #BA93F3;
}
</style>