Shades of Perfume #B799FA
Tints of Perfume #B799FA
RGB
CMYK
RGB Variations
Color information
#B799FA (or 0xB799FA) is known color: Perfume. HEX triplet: B7, 99 and FA. RGB value is (183,153,250). Sum of RGB (Red+Green+Blue) = 183+153+250=586 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.23% from 586); Green value is 153 (60.16% from 255 or 26.11% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #B799FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B799FA is #486605. Grayscale: #ACACAC. Windows color (decimal): -4744710 or 16423351. OLE color: 16423351.
HSL color Cylindrical-coordinate representation of color #B799FA: hue angle of 258.56º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B799FA is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 183 | 153 | 250 | - |
| CMYK | 0.27 | 0.39 | 0 | 0.02 |
| HSL | 258.56º | 0.91% | 0.79% | - |
| HSV(B) | 258.56º | 0.39% | 0.98% | - |
| XYZ | 48.17 | 39.75 | 95.58 | - |
| YUV | 173.03 | 171.44 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 153 | 250 | 0.27 | 0.39 | 0 | 0.02 | 258.56 | 0.91 | 0.79 |
| Hex | B7 | 99 | FA | 1B | 27 | 0 | 2 | 103 | 5B | 4F |
| Octal | 267 | 231 | 372 | 33 | 47 | 0 | 2 | 403 | 133 | 117 |
| Binary | 10110111 | 10011001 | 11111010 | 11011 | 100111 | 0 | 10 | 100000011 | 1011011 | 1001111 |
Color Harmonies of #B799FA
Complementary color
Monochromatic Colors of #B799FA
Black with #B799FA
Text Example
Text Example
White with #B799FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B799FA; }
p { color: rgb(183,153,250); }
H1.HeaderClassName
{
color: #B799FA;
}
.AnyTagClassName
{
color: #B799FA;
}
</style>
background-color css
<style>
a { background-color: #B799FA; }
a { background-color: rgb(183,153,250); }
div.DivClassName
{
background-color: #B799FA;
}
.BgClassName
{
background-color: #B799FA;
}
</style>
border-color css
<style>
span { border-color: #B799FA; }
span { border-color: rgb(183,153,250); }
td.TdClassName
{
border-color: #B799FA;
}
.TagClassName
{
border-color: #B799FA;
}
</style>