Shades of Perfume #BA8FF3
Tints of Perfume #BA8FF3
RGB
CMYK
RGB Variations
Color information
#BA8FF3 (or 0xBA8FF3) is known color: Perfume. HEX triplet: BA, 8F and F3. RGB value is (186,143,243). Sum of RGB (Red+Green+Blue) = 186+143+243=572 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.52% from 572); Green value is 143 (56.25% from 255 or 25% from 572); Blue value is 243 (95.31% from 255 or 42.48% from 572); Max value from RGB is 243 - color contains mainly: blue. Hex color #BA8FF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA8FF3 is #45700C. Grayscale: #A6A6A6. Windows color (decimal): -4550669 or 15962042. OLE color: 15962042.
HSL color Cylindrical-coordinate representation of color #BA8FF3: hue angle of 265.8º degrees, saturation: 0.81, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BA8FF3 is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 143 | 243 | - |
| CMYK | 0.23 | 0.41 | 0 | 0.05 |
| HSL | 265.8º | 0.81% | 0.76% | - |
| HSV(B) | 265.8º | 0.41% | 0.95% | - |
| XYZ | 46.25 | 36.56 | 89.41 | - |
| YUV | 167.26 | 170.75 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 143 | 243 | 0.23 | 0.41 | 0 | 0.05 | 265.8 | 0.81 | 0.76 |
| Hex | BA | 8F | F3 | 17 | 29 | 0 | 5 | 10A | 51 | 4C |
| Octal | 272 | 217 | 363 | 27 | 51 | 0 | 5 | 412 | 121 | 114 |
| Binary | 10111010 | 10001111 | 11110011 | 10111 | 101001 | 0 | 101 | 100001010 | 1010001 | 1001100 |
Color Harmonies of #BA8FF3
Complementary color
Monochromatic Colors of #BA8FF3
Black with #BA8FF3
Text Example
Text Example
White with #BA8FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8FF3; }
p { color: rgb(186,143,243); }
H1.HeaderClassName
{
color: #BA8FF3;
}
.AnyTagClassName
{
color: #BA8FF3;
}
</style>
background-color css
<style>
a { background-color: #BA8FF3; }
a { background-color: rgb(186,143,243); }
div.DivClassName
{
background-color: #BA8FF3;
}
.BgClassName
{
background-color: #BA8FF3;
}
</style>
border-color css
<style>
span { border-color: #BA8FF3; }
span { border-color: rgb(186,143,243); }
td.TdClassName
{
border-color: #BA8FF3;
}
.TagClassName
{
border-color: #BA8FF3;
}
</style>