Shades of Perfume #B59BFB
Tints of Perfume #B59BFB
RGB
CMYK
RGB Variations
Color information
#B59BFB (or 0xB59BFB) is known color: Perfume. HEX triplet: B5, 9B and FB. RGB value is (181,155,251). Sum of RGB (Red+Green+Blue) = 181+155+251=587 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.83% from 587); Green value is 155 (60.94% from 255 or 26.41% from 587); Blue value is 251 (98.44% from 255 or 42.76% from 587); Max value from RGB is 251 - color contains mainly: blue. Hex color #B59BFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B59BFB is #4A6404. Grayscale: #ADADAD. Windows color (decimal): -4875269 or 16489397. OLE color: 16489397.
HSL color Cylindrical-coordinate representation of color #B59BFB: hue angle of 256.25º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B59BFB is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 155 | 251 | - |
| CMYK | 0.28 | 0.38 | 0 | 0.02 |
| HSL | 256.25º | 0.92% | 0.8% | - |
| HSV(B) | 256.25º | 0.38% | 0.98% | - |
| XYZ | 48.19 | 40.23 | 96.49 | - |
| YUV | 173.72 | 171.61 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 155 | 251 | 0.28 | 0.38 | 0 | 0.02 | 256.25 | 0.92 | 0.8 |
| Hex | B5 | 9B | FB | 1C | 26 | 0 | 2 | 100 | 5C | 50 |
| Octal | 265 | 233 | 373 | 34 | 46 | 0 | 2 | 400 | 134 | 120 |
| Binary | 10110101 | 10011011 | 11111011 | 11100 | 100110 | 0 | 10 | 100000000 | 1011100 | 1010000 |
Color Harmonies of #B59BFB
Complementary color
Monochromatic Colors of #B59BFB
Black with #B59BFB
Text Example
Text Example
White with #B59BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59BFB; }
p { color: rgb(181,155,251); }
H1.HeaderClassName
{
color: #B59BFB;
}
.AnyTagClassName
{
color: #B59BFB;
}
</style>
background-color css
<style>
a { background-color: #B59BFB; }
a { background-color: rgb(181,155,251); }
div.DivClassName
{
background-color: #B59BFB;
}
.BgClassName
{
background-color: #B59BFB;
}
</style>
border-color css
<style>
span { border-color: #B59BFB; }
span { border-color: rgb(181,155,251); }
td.TdClassName
{
border-color: #B59BFB;
}
.TagClassName
{
border-color: #B59BFB;
}
</style>