Shades of Perfume #BA95E4
Tints of Perfume #BA95E4
RGB
CMYK
RGB Variations
Color information
#BA95E4 (or 0xBA95E4) is known color: Perfume. HEX triplet: BA, 95 and E4. RGB value is (186,149,228). Sum of RGB (Red+Green+Blue) = 186+149+228=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 149 (58.59% from 255 or 26.47% from 563); Blue value is 228 (89.45% from 255 or 40.50% from 563); Max value from RGB is 228 - color contains mainly: blue. Hex color #BA95E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA95E4 is #456A1B. Grayscale: #A8A8A8. Windows color (decimal): -4549148 or 14980538. OLE color: 14980538.
HSL color Cylindrical-coordinate representation of color #BA95E4: hue angle of 268.1º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BA95E4 is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 149 | 228 | - |
| CMYK | 0.18 | 0.35 | 0 | 0.11 |
| HSL | 268.1º | 0.59% | 0.74% | - |
| HSV(B) | 268.1º | 0.35% | 0.89% | - |
| XYZ | 45 | 37.54 | 78.27 | - |
| YUV | 169.07 | 161.26 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 149 | 228 | 0.18 | 0.35 | 0 | 0.11 | 268.1 | 0.59 | 0.74 |
| Hex | BA | 95 | E4 | 12 | 23 | 0 | B | 10C | 3B | 4A |
| Octal | 272 | 225 | 344 | 22 | 43 | 0 | 13 | 414 | 73 | 112 |
| Binary | 10111010 | 10010101 | 11100100 | 10010 | 100011 | 0 | 1011 | 100001100 | 111011 | 1001010 |
Color Harmonies of #BA95E4
Complementary color
Monochromatic Colors of #BA95E4
Black with #BA95E4
Text Example
Text Example
White with #BA95E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA95E4; }
p { color: rgb(186,149,228); }
H1.HeaderClassName
{
color: #BA95E4;
}
.AnyTagClassName
{
color: #BA95E4;
}
</style>
background-color css
<style>
a { background-color: #BA95E4; }
a { background-color: rgb(186,149,228); }
div.DivClassName
{
background-color: #BA95E4;
}
.BgClassName
{
background-color: #BA95E4;
}
</style>
border-color css
<style>
span { border-color: #BA95E4; }
span { border-color: rgb(186,149,228); }
td.TdClassName
{
border-color: #BA95E4;
}
.TagClassName
{
border-color: #BA95E4;
}
</style>