Shades of Perfume #B599FE
Tints of Perfume #B599FE
RGB
CMYK
RGB Variations
Color information
#B599FE (or 0xB599FE) is known color: Perfume. HEX triplet: B5, 99 and FE. RGB value is (181,153,254). Sum of RGB (Red+Green+Blue) = 181+153+254=588 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.78% from 588); Green value is 153 (60.16% from 255 or 26.02% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #B599FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B599FE is #4A6601. Grayscale: #ACACAC. Windows color (decimal): -4875778 or 16685493. OLE color: 16685493.
HSL color Cylindrical-coordinate representation of color #B599FE: hue angle of 256.63º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B599FE is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 181 | 153 | 254 | - |
| CMYK | 0.29 | 0.40 | 0 | 0.00 |
| HSL | 256.63º | 0.98% | 0.8% | - |
| HSV(B) | 256.63º | 0.4% | 1% | - |
| XYZ | 48.34 | 39.76 | 98.89 | - |
| YUV | 172.89 | 173.78 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 153 | 254 | 0.29 | 0.40 | 0 | 0.00 | 256.63 | 0.98 | 0.8 |
| Hex | B5 | 99 | FE | 1D | 28 | 0 | 0 | 101 | 62 | 50 |
| Octal | 265 | 231 | 376 | 35 | 50 | 0 | 0 | 401 | 142 | 120 |
| Binary | 10110101 | 10011001 | 11111110 | 11101 | 101000 | 0 | 0 | 100000001 | 1100010 | 1010000 |
Color Harmonies of #B599FE
Complementary color
Monochromatic Colors of #B599FE
Black with #B599FE
Text Example
Text Example
White with #B599FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B599FE; }
p { color: rgb(181,153,254); }
H1.HeaderClassName
{
color: #B599FE;
}
.AnyTagClassName
{
color: #B599FE;
}
</style>
background-color css
<style>
a { background-color: #B599FE; }
a { background-color: rgb(181,153,254); }
div.DivClassName
{
background-color: #B599FE;
}
.BgClassName
{
background-color: #B599FE;
}
</style>
border-color css
<style>
span { border-color: #B599FE; }
span { border-color: rgb(181,153,254); }
td.TdClassName
{
border-color: #B599FE;
}
.TagClassName
{
border-color: #B599FE;
}
</style>