Shades of Perfume #BA91FA
Tints of Perfume #BA91FA
RGB
CMYK
RGB Variations
Color information
#BA91FA (or 0xBA91FA) is known color: Perfume. HEX triplet: BA, 91 and FA. RGB value is (186,145,250). Sum of RGB (Red+Green+Blue) = 186+145+250=581 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.01% from 581); Green value is 145 (57.03% from 255 or 24.96% from 581); Blue value is 250 (98.05% from 255 or 43.03% from 581); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA91FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA91FA is #456E05. Grayscale: #A8A8A8. Windows color (decimal): -4550150 or 16421306. OLE color: 16421306.
HSL color Cylindrical-coordinate representation of color #BA91FA: hue angle of 263.43º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA91FA is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 145 | 250 | - |
| CMYK | 0.26 | 0.42 | 0 | 0.02 |
| HSL | 263.43º | 0.91% | 0.77% | - |
| HSV(B) | 263.43º | 0.42% | 0.98% | - |
| XYZ | 47.63 | 37.59 | 95.19 | - |
| YUV | 169.23 | 173.58 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 145 | 250 | 0.26 | 0.42 | 0 | 0.02 | 263.43 | 0.91 | 0.77 |
| Hex | BA | 91 | FA | 1A | 2A | 0 | 2 | 107 | 5B | 4D |
| Octal | 272 | 221 | 372 | 32 | 52 | 0 | 2 | 407 | 133 | 115 |
| Binary | 10111010 | 10010001 | 11111010 | 11010 | 101010 | 0 | 10 | 100000111 | 1011011 | 1001101 |
Color Harmonies of #BA91FA
Complementary color
Monochromatic Colors of #BA91FA
Black with #BA91FA
Text Example
Text Example
White with #BA91FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA91FA; }
p { color: rgb(186,145,250); }
H1.HeaderClassName
{
color: #BA91FA;
}
.AnyTagClassName
{
color: #BA91FA;
}
</style>
background-color css
<style>
a { background-color: #BA91FA; }
a { background-color: rgb(186,145,250); }
div.DivClassName
{
background-color: #BA91FA;
}
.BgClassName
{
background-color: #BA91FA;
}
</style>
border-color css
<style>
span { border-color: #BA91FA; }
span { border-color: rgb(186,145,250); }
td.TdClassName
{
border-color: #BA91FA;
}
.TagClassName
{
border-color: #BA91FA;
}
</style>