Shades of Perfume #BA91F6
Tints of Perfume #BA91F6
RGB
CMYK
RGB Variations
Color information
#BA91F6 (or 0xBA91F6) is known color: Perfume. HEX triplet: BA, 91 and F6. RGB value is (186,145,246). Sum of RGB (Red+Green+Blue) = 186+145+246=577 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.24% from 577); Green value is 145 (57.03% from 255 or 25.13% from 577); Blue value is 246 (96.48% from 255 or 42.63% from 577); Max value from RGB is 246 - color contains mainly: blue. Hex color #BA91F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA91F6 is #456E09. Grayscale: #A8A8A8. Windows color (decimal): -4550154 or 16159162. OLE color: 16159162.
HSL color Cylindrical-coordinate representation of color #BA91F6: hue angle of 264.36º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BA91F6 is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 145 | 246 | - |
| CMYK | 0.24 | 0.41 | 0 | 0.04 |
| HSL | 264.36º | 0.85% | 0.77% | - |
| HSV(B) | 264.36º | 0.41% | 0.96% | - |
| XYZ | 47.01 | 37.34 | 91.92 | - |
| YUV | 168.77 | 171.58 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 145 | 246 | 0.24 | 0.41 | 0 | 0.04 | 264.36 | 0.85 | 0.77 |
| Hex | BA | 91 | F6 | 18 | 29 | 0 | 4 | 108 | 55 | 4D |
| Octal | 272 | 221 | 366 | 30 | 51 | 0 | 4 | 410 | 125 | 115 |
| Binary | 10111010 | 10010001 | 11110110 | 11000 | 101001 | 0 | 100 | 100001000 | 1010101 | 1001101 |
Color Harmonies of #BA91F6
Complementary color
Monochromatic Colors of #BA91F6
Black with #BA91F6
Text Example
Text Example
White with #BA91F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA91F6; }
p { color: rgb(186,145,246); }
H1.HeaderClassName
{
color: #BA91F6;
}
.AnyTagClassName
{
color: #BA91F6;
}
</style>
background-color css
<style>
a { background-color: #BA91F6; }
a { background-color: rgb(186,145,246); }
div.DivClassName
{
background-color: #BA91F6;
}
.BgClassName
{
background-color: #BA91F6;
}
</style>
border-color css
<style>
span { border-color: #BA91F6; }
span { border-color: rgb(186,145,246); }
td.TdClassName
{
border-color: #BA91F6;
}
.TagClassName
{
border-color: #BA91F6;
}
</style>