Shades of Perfume #B598FF
Tints of Perfume #B598FF
RGB
CMYK
RGB Variations
Color information
#B598FF (or 0xB598FF) is known color: Perfume. HEX triplet: B5, 98 and FF. RGB value is (181,152,255). Sum of RGB (Red+Green+Blue) = 181+152+255=588 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.78% from 588); Green value is 152 (59.77% from 255 or 25.85% from 588); Blue value is 255 (100% from 255 or 43.37% from 588); Max value from RGB is 255 - color contains mainly: blue. Hex color #B598FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B598FF is #4A6700. Grayscale: #ACACAC. Windows color (decimal): -4876033 or 16750773. OLE color: 16750773.
HSL color Cylindrical-coordinate representation of color #B598FF: hue angle of 256.89º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B598FF is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 152 | 255 | - |
| CMYK | 0.29 | 0.40 | 0 | 0 |
| HSL | 256.89º | 1% | 0.8% | - |
| HSV(B) | 256.89º | 0.4% | 1% | - |
| XYZ | 48.33 | 39.5 | 99.68 | - |
| YUV | 172.41 | 174.61 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 152 | 255 | 0.29 | 0.40 | 0 | 0 | 256.89 | 1 | 0.8 |
| Hex | B5 | 98 | FF | 1D | 28 | 0 | 0 | 101 | 64 | 50 |
| Octal | 265 | 230 | 377 | 35 | 50 | 0 | 0 | 401 | 144 | 120 |
| Binary | 10110101 | 10011000 | 11111111 | 11101 | 101000 | 0 | 0 | 100000001 | 1100100 | 1010000 |
Color Harmonies of #B598FF
Complementary color
Monochromatic Colors of #B598FF
Black with #B598FF
Text Example
Text Example
White with #B598FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B598FF; }
p { color: rgb(181,152,255); }
H1.HeaderClassName
{
color: #B598FF;
}
.AnyTagClassName
{
color: #B598FF;
}
</style>
background-color css
<style>
a { background-color: #B598FF; }
a { background-color: rgb(181,152,255); }
div.DivClassName
{
background-color: #B598FF;
}
.BgClassName
{
background-color: #B598FF;
}
</style>
border-color css
<style>
span { border-color: #B598FF; }
span { border-color: rgb(181,152,255); }
td.TdClassName
{
border-color: #B598FF;
}
.TagClassName
{
border-color: #B598FF;
}
</style>