Shades of Perfume #BA8FFF
Tints of Perfume #BA8FFF
RGB
CMYK
RGB Variations
Color information
#BA8FFF (or 0xBA8FFF) is known color: Perfume. HEX triplet: BA, 8F and FF. RGB value is (186,143,255). Sum of RGB (Red+Green+Blue) = 186+143+255=584 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.85% from 584); Green value is 143 (56.25% from 255 or 24.49% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA8FFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA8FFF is #457000. Grayscale: #A8A8A8. Windows color (decimal): -4550657 or 16748474. OLE color: 16748474.
HSL color Cylindrical-coordinate representation of color #BA8FFF: hue angle of 263.04º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA8FFF is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 143 | 255 | - |
| CMYK | 0.27 | 0.44 | 0 | 0 |
| HSL | 263.04º | 1% | 0.78% | - |
| HSV(B) | 263.04º | 0.44% | 1% | - |
| XYZ | 48.12 | 37.3 | 99.27 | - |
| YUV | 168.63 | 176.75 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 143 | 255 | 0.27 | 0.44 | 0 | 0 | 263.04 | 1 | 0.78 |
| Hex | BA | 8F | FF | 1B | 2C | 0 | 0 | 107 | 64 | 4E |
| Octal | 272 | 217 | 377 | 33 | 54 | 0 | 0 | 407 | 144 | 116 |
| Binary | 10111010 | 10001111 | 11111111 | 11011 | 101100 | 0 | 0 | 100000111 | 1100100 | 1001110 |
Color Harmonies of #BA8FFF
Complementary color
Monochromatic Colors of #BA8FFF
Black with #BA8FFF
Text Example
Text Example
White with #BA8FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8FFF; }
p { color: rgb(186,143,255); }
H1.HeaderClassName
{
color: #BA8FFF;
}
.AnyTagClassName
{
color: #BA8FFF;
}
</style>
background-color css
<style>
a { background-color: #BA8FFF; }
a { background-color: rgb(186,143,255); }
div.DivClassName
{
background-color: #BA8FFF;
}
.BgClassName
{
background-color: #BA8FFF;
}
</style>
border-color css
<style>
span { border-color: #BA8FFF; }
span { border-color: rgb(186,143,255); }
td.TdClassName
{
border-color: #BA8FFF;
}
.TagClassName
{
border-color: #BA8FFF;
}
</style>