Shades of Perfume #B59BFD
Tints of Perfume #B59BFD
RGB
CMYK
RGB Variations
Color information
#B59BFD (or 0xB59BFD) is known color: Perfume. HEX triplet: B5, 9B and FD. RGB value is (181,155,253). Sum of RGB (Red+Green+Blue) = 181+155+253=589 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.73% from 589); Green value is 155 (60.94% from 255 or 26.32% from 589); Blue value is 253 (99.22% from 255 or 42.95% from 589); Max value from RGB is 253 - color contains mainly: blue. Hex color #B59BFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B59BFD is #4A6402. Grayscale: #ADADAD. Windows color (decimal): -4875267 or 16620469. OLE color: 16620469.
HSL color Cylindrical-coordinate representation of color #B59BFD: hue angle of 255.92º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B59BFD is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 181 | 155 | 253 | - |
| CMYK | 0.28 | 0.39 | 0 | 0.01 |
| HSL | 255.92º | 0.96% | 0.8% | - |
| HSV(B) | 255.92º | 0.39% | 0.99% | - |
| XYZ | 48.51 | 40.36 | 98.16 | - |
| YUV | 173.95 | 172.61 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 155 | 253 | 0.28 | 0.39 | 0 | 0.01 | 255.92 | 0.96 | 0.8 |
| Hex | B5 | 9B | FD | 1C | 27 | 0 | 1 | 100 | 60 | 50 |
| Octal | 265 | 233 | 375 | 34 | 47 | 0 | 1 | 400 | 140 | 120 |
| Binary | 10110101 | 10011011 | 11111101 | 11100 | 100111 | 0 | 1 | 100000000 | 1100000 | 1010000 |
Color Harmonies of #B59BFD
Complementary color
Monochromatic Colors of #B59BFD
Black with #B59BFD
Text Example
Text Example
White with #B59BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59BFD; }
p { color: rgb(181,155,253); }
H1.HeaderClassName
{
color: #B59BFD;
}
.AnyTagClassName
{
color: #B59BFD;
}
</style>
background-color css
<style>
a { background-color: #B59BFD; }
a { background-color: rgb(181,155,253); }
div.DivClassName
{
background-color: #B59BFD;
}
.BgClassName
{
background-color: #B59BFD;
}
</style>
border-color css
<style>
span { border-color: #B59BFD; }
span { border-color: rgb(181,155,253); }
td.TdClassName
{
border-color: #B59BFD;
}
.TagClassName
{
border-color: #B59BFD;
}
</style>