Shades of Perfume #B59CFF
Tints of Perfume #B59CFF
RGB
CMYK
RGB Variations
Color information
#B59CFF (or 0xB59CFF) is known color: Perfume. HEX triplet: B5, 9C and FF. RGB value is (181,156,255). Sum of RGB (Red+Green+Blue) = 181+156+255=592 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.57% from 592); Green value is 156 (61.33% from 255 or 26.35% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #B59CFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B59CFF is #4A6300. Grayscale: #AEAEAE. Windows color (decimal): -4875009 or 16751797. OLE color: 16751797.
HSL color Cylindrical-coordinate representation of color #B59CFF: hue angle of 255.15º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B59CFF is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 156 | 255 | - |
| CMYK | 0.29 | 0.39 | 0 | 0 |
| HSL | 255.15º | 1% | 0.81% | - |
| HSV(B) | 255.15º | 0.39% | 1% | - |
| XYZ | 48.99 | 40.82 | 99.9 | - |
| YUV | 174.76 | 173.28 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 156 | 255 | 0.29 | 0.39 | 0 | 0 | 255.15 | 1 | 0.81 |
| Hex | B5 | 9C | FF | 1D | 27 | 0 | 0 | FF | 64 | 51 |
| Octal | 265 | 234 | 377 | 35 | 47 | 0 | 0 | 377 | 144 | 121 |
| Binary | 10110101 | 10011100 | 11111111 | 11101 | 100111 | 0 | 0 | 11111111 | 1100100 | 1010001 |
Color Harmonies of #B59CFF
Complementary color
Monochromatic Colors of #B59CFF
Black with #B59CFF
Text Example
Text Example
White with #B59CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59CFF; }
p { color: rgb(181,156,255); }
H1.HeaderClassName
{
color: #B59CFF;
}
.AnyTagClassName
{
color: #B59CFF;
}
</style>
background-color css
<style>
a { background-color: #B59CFF; }
a { background-color: rgb(181,156,255); }
div.DivClassName
{
background-color: #B59CFF;
}
.BgClassName
{
background-color: #B59CFF;
}
</style>
border-color css
<style>
span { border-color: #B59CFF; }
span { border-color: rgb(181,156,255); }
td.TdClassName
{
border-color: #B59CFF;
}
.TagClassName
{
border-color: #B59CFF;
}
</style>