Shades of Perfume #BA8BFD
Tints of Perfume #BA8BFD
RGB
CMYK
RGB Variations
Color information
#BA8BFD (or 0xBA8BFD) is known color: Perfume. HEX triplet: BA, 8B and FD. RGB value is (186,139,253). Sum of RGB (Red+Green+Blue) = 186+139+253=578 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.18% from 578); Green value is 139 (54.69% from 255 or 24.05% from 578); Blue value is 253 (99.22% from 255 or 43.77% from 578); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA8BFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA8BFD is #457402. Grayscale: #A5A5A5. Windows color (decimal): -4551683 or 16616378. OLE color: 16616378.
HSL color Cylindrical-coordinate representation of color #BA8BFD: hue angle of 264.74º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA8BFD is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 139 | 253 | - |
| CMYK | 0.26 | 0.45 | 0 | 0.01 |
| HSL | 264.74º | 0.97% | 0.77% | - |
| HSV(B) | 264.74º | 0.45% | 0.99% | - |
| XYZ | 47.21 | 36 | 97.39 | - |
| YUV | 166.05 | 177.07 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 139 | 253 | 0.26 | 0.45 | 0 | 0.01 | 264.74 | 0.97 | 0.77 |
| Hex | BA | 8B | FD | 1A | 2D | 0 | 1 | 109 | 61 | 4D |
| Octal | 272 | 213 | 375 | 32 | 55 | 0 | 1 | 411 | 141 | 115 |
| Binary | 10111010 | 10001011 | 11111101 | 11010 | 101101 | 0 | 1 | 100001001 | 1100001 | 1001101 |
Color Harmonies of #BA8BFD
Complementary color
Monochromatic Colors of #BA8BFD
Black with #BA8BFD
Text Example
Text Example
White with #BA8BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8BFD; }
p { color: rgb(186,139,253); }
H1.HeaderClassName
{
color: #BA8BFD;
}
.AnyTagClassName
{
color: #BA8BFD;
}
</style>
background-color css
<style>
a { background-color: #BA8BFD; }
a { background-color: rgb(186,139,253); }
div.DivClassName
{
background-color: #BA8BFD;
}
.BgClassName
{
background-color: #BA8BFD;
}
</style>
border-color css
<style>
span { border-color: #BA8BFD; }
span { border-color: rgb(186,139,253); }
td.TdClassName
{
border-color: #BA8BFD;
}
.TagClassName
{
border-color: #BA8BFD;
}
</style>