Shades of Perfume #B59EFE
Tints of Perfume #B59EFE
RGB
CMYK
RGB Variations
Color information
#B59EFE (or 0xB59EFE) is known color: Perfume. HEX triplet: B5, 9E and FE. RGB value is (181,158,254). Sum of RGB (Red+Green+Blue) = 181+158+254=593 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.52% from 593); Green value is 158 (62.11% from 255 or 26.64% from 593); Blue value is 254 (99.61% from 255 or 42.83% from 593); Max value from RGB is 254 - color contains mainly: blue. Hex color #B59EFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B59EFE is #4A6101. Grayscale: #AFAFAF. Windows color (decimal): -4874498 or 16686773. OLE color: 16686773.
HSL color Cylindrical-coordinate representation of color #B59EFE: hue angle of 254.38º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B59EFE is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 181 | 158 | 254 | - |
| CMYK | 0.29 | 0.38 | 0 | 0.00 |
| HSL | 254.38º | 0.98% | 0.81% | - |
| HSV(B) | 254.38º | 0.38% | 1% | - |
| XYZ | 49.17 | 41.43 | 99.17 | - |
| YUV | 175.82 | 172.12 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 158 | 254 | 0.29 | 0.38 | 0 | 0.00 | 254.38 | 0.98 | 0.81 |
| Hex | B5 | 9E | FE | 1D | 26 | 0 | 0 | FE | 62 | 51 |
| Octal | 265 | 236 | 376 | 35 | 46 | 0 | 0 | 376 | 142 | 121 |
| Binary | 10110101 | 10011110 | 11111110 | 11101 | 100110 | 0 | 0 | 11111110 | 1100010 | 1010001 |
Color Harmonies of #B59EFE
Complementary color
Monochromatic Colors of #B59EFE
Black with #B59EFE
Text Example
Text Example
White with #B59EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59EFE; }
p { color: rgb(181,158,254); }
H1.HeaderClassName
{
color: #B59EFE;
}
.AnyTagClassName
{
color: #B59EFE;
}
</style>
background-color css
<style>
a { background-color: #B59EFE; }
a { background-color: rgb(181,158,254); }
div.DivClassName
{
background-color: #B59EFE;
}
.BgClassName
{
background-color: #B59EFE;
}
</style>
border-color css
<style>
span { border-color: #B59EFE; }
span { border-color: rgb(181,158,254); }
td.TdClassName
{
border-color: #B59EFE;
}
.TagClassName
{
border-color: #B59EFE;
}
</style>