Shades of Perfume #B59AFF
Tints of Perfume #B59AFF
RGB
CMYK
RGB Variations
Color information
#B59AFF (or 0xB59AFF) is known color: Perfume. HEX triplet: B5, 9A and FF. RGB value is (181,154,255). Sum of RGB (Red+Green+Blue) = 181+154+255=590 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.68% from 590); Green value is 154 (60.55% from 255 or 26.10% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #B59AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B59AFF is #4A6500. Grayscale: #ADADAD. Windows color (decimal): -4875521 or 16751285. OLE color: 16751285.
HSL color Cylindrical-coordinate representation of color #B59AFF: hue angle of 256.04º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B59AFF is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 154 | 255 | - |
| CMYK | 0.29 | 0.40 | 0 | 0 |
| HSL | 256.04º | 1% | 0.8% | - |
| HSV(B) | 256.04º | 0.4% | 1% | - |
| XYZ | 48.66 | 40.15 | 99.79 | - |
| YUV | 173.59 | 173.95 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 154 | 255 | 0.29 | 0.40 | 0 | 0 | 256.04 | 1 | 0.8 |
| Hex | B5 | 9A | FF | 1D | 28 | 0 | 0 | 100 | 64 | 50 |
| Octal | 265 | 232 | 377 | 35 | 50 | 0 | 0 | 400 | 144 | 120 |
| Binary | 10110101 | 10011010 | 11111111 | 11101 | 101000 | 0 | 0 | 100000000 | 1100100 | 1010000 |
Color Harmonies of #B59AFF
Complementary color
Monochromatic Colors of #B59AFF
Black with #B59AFF
Text Example
Text Example
White with #B59AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59AFF; }
p { color: rgb(181,154,255); }
H1.HeaderClassName
{
color: #B59AFF;
}
.AnyTagClassName
{
color: #B59AFF;
}
</style>
background-color css
<style>
a { background-color: #B59AFF; }
a { background-color: rgb(181,154,255); }
div.DivClassName
{
background-color: #B59AFF;
}
.BgClassName
{
background-color: #B59AFF;
}
</style>
border-color css
<style>
span { border-color: #B59AFF; }
span { border-color: rgb(181,154,255); }
td.TdClassName
{
border-color: #B59AFF;
}
.TagClassName
{
border-color: #B59AFF;
}
</style>