Shades of Perfume #BA95E5
Tints of Perfume #BA95E5
RGB
CMYK
RGB Variations
Color information
#BA95E5 (or 0xBA95E5) is known color: Perfume. HEX triplet: BA, 95 and E5. RGB value is (186,149,229). Sum of RGB (Red+Green+Blue) = 186+149+229=564 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.98% from 564); Green value is 149 (58.59% from 255 or 26.42% from 564); Blue value is 229 (89.84% from 255 or 40.60% from 564); Max value from RGB is 229 - color contains mainly: blue. Hex color #BA95E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA95E5 is #456A1A. Grayscale: #A8A8A8. Windows color (decimal): -4549147 or 15046074. OLE color: 15046074.
HSL color Cylindrical-coordinate representation of color #BA95E5: hue angle of 267.75º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BA95E5 is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 149 | 229 | - |
| CMYK | 0.19 | 0.35 | 0 | 0.10 |
| HSL | 267.75º | 0.61% | 0.74% | - |
| HSV(B) | 267.75º | 0.35% | 0.9% | - |
| XYZ | 45.14 | 37.59 | 79.01 | - |
| YUV | 169.18 | 161.76 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 149 | 229 | 0.19 | 0.35 | 0 | 0.10 | 267.75 | 0.61 | 0.74 |
| Hex | BA | 95 | E5 | 13 | 23 | 0 | A | 10C | 3D | 4A |
| Octal | 272 | 225 | 345 | 23 | 43 | 0 | 12 | 414 | 75 | 112 |
| Binary | 10111010 | 10010101 | 11100101 | 10011 | 100011 | 0 | 1010 | 100001100 | 111101 | 1001010 |
Color Harmonies of #BA95E5
Complementary color
Monochromatic Colors of #BA95E5
Black with #BA95E5
Text Example
Text Example
White with #BA95E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA95E5; }
p { color: rgb(186,149,229); }
H1.HeaderClassName
{
color: #BA95E5;
}
.AnyTagClassName
{
color: #BA95E5;
}
</style>
background-color css
<style>
a { background-color: #BA95E5; }
a { background-color: rgb(186,149,229); }
div.DivClassName
{
background-color: #BA95E5;
}
.BgClassName
{
background-color: #BA95E5;
}
</style>
border-color css
<style>
span { border-color: #BA95E5; }
span { border-color: rgb(186,149,229); }
td.TdClassName
{
border-color: #BA95E5;
}
.TagClassName
{
border-color: #BA95E5;
}
</style>