Shades of Perfume #BA89FF
Tints of Perfume #BA89FF
RGB
CMYK
RGB Variations
Color information
#BA89FF (or 0xBA89FF) is known color: Perfume. HEX triplet: BA, 89 and FF. RGB value is (186,137,255). Sum of RGB (Red+Green+Blue) = 186+137+255=578 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.18% from 578); Green value is 137 (53.91% from 255 or 23.70% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA89FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA89FF is #457600. Grayscale: #A4A4A4. Windows color (decimal): -4552193 or 16746938. OLE color: 16746938.
HSL color Cylindrical-coordinate representation of color #BA89FF: hue angle of 264.92º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA89FF is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 137 | 255 | - |
| CMYK | 0.27 | 0.46 | 0 | 0 |
| HSL | 264.92º | 1% | 0.77% | - |
| HSV(B) | 264.92º | 0.46% | 1% | - |
| XYZ | 47.25 | 35.55 | 98.98 | - |
| YUV | 165.1 | 178.73 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 137 | 255 | 0.27 | 0.46 | 0 | 0 | 264.92 | 1 | 0.77 |
| Hex | BA | 89 | FF | 1B | 2E | 0 | 0 | 109 | 64 | 4D |
| Octal | 272 | 211 | 377 | 33 | 56 | 0 | 0 | 411 | 144 | 115 |
| Binary | 10111010 | 10001001 | 11111111 | 11011 | 101110 | 0 | 0 | 100001001 | 1100100 | 1001101 |
Color Harmonies of #BA89FF
Complementary color
Monochromatic Colors of #BA89FF
Black with #BA89FF
Text Example
Text Example
White with #BA89FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA89FF; }
p { color: rgb(186,137,255); }
H1.HeaderClassName
{
color: #BA89FF;
}
.AnyTagClassName
{
color: #BA89FF;
}
</style>
background-color css
<style>
a { background-color: #BA89FF; }
a { background-color: rgb(186,137,255); }
div.DivClassName
{
background-color: #BA89FF;
}
.BgClassName
{
background-color: #BA89FF;
}
</style>
border-color css
<style>
span { border-color: #BA89FF; }
span { border-color: rgb(186,137,255); }
td.TdClassName
{
border-color: #BA89FF;
}
.TagClassName
{
border-color: #BA89FF;
}
</style>