Shades of Perfume #B79DF2
Tints of Perfume #B79DF2
RGB
CMYK
RGB Variations
Color information
#B79DF2 (or 0xB79DF2) is known color: Perfume. HEX triplet: B7, 9D and F2. RGB value is (183,157,242). Sum of RGB (Red+Green+Blue) = 183+157+242=582 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.44% from 582); Green value is 157 (61.72% from 255 or 26.98% from 582); Blue value is 242 (94.92% from 255 or 41.58% from 582); Max value from RGB is 242 - color contains mainly: blue. Hex color #B79DF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B79DF2 is #48620D. Grayscale: #AEAEAE. Windows color (decimal): -4743694 or 15900087. OLE color: 15900087.
HSL color Cylindrical-coordinate representation of color #B79DF2: hue angle of 258.35º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B79DF2 is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 157 | 242 | - |
| CMYK | 0.24 | 0.35 | 0 | 0.05 |
| HSL | 258.35º | 0.77% | 0.78% | - |
| HSV(B) | 258.35º | 0.35% | 0.95% | - |
| XYZ | 47.61 | 40.59 | 89.33 | - |
| YUV | 174.46 | 166.11 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 157 | 242 | 0.24 | 0.35 | 0 | 0.05 | 258.35 | 0.77 | 0.78 |
| Hex | B7 | 9D | F2 | 18 | 23 | 0 | 5 | 102 | 4D | 4E |
| Octal | 267 | 235 | 362 | 30 | 43 | 0 | 5 | 402 | 115 | 116 |
| Binary | 10110111 | 10011101 | 11110010 | 11000 | 100011 | 0 | 101 | 100000010 | 1001101 | 1001110 |
Color Harmonies of #B79DF2
Complementary color
Monochromatic Colors of #B79DF2
Black with #B79DF2
Text Example
Text Example
White with #B79DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79DF2; }
p { color: rgb(183,157,242); }
H1.HeaderClassName
{
color: #B79DF2;
}
.AnyTagClassName
{
color: #B79DF2;
}
</style>
background-color css
<style>
a { background-color: #B79DF2; }
a { background-color: rgb(183,157,242); }
div.DivClassName
{
background-color: #B79DF2;
}
.BgClassName
{
background-color: #B79DF2;
}
</style>
border-color css
<style>
span { border-color: #B79DF2; }
span { border-color: rgb(183,157,242); }
td.TdClassName
{
border-color: #B79DF2;
}
.TagClassName
{
border-color: #B79DF2;
}
</style>