Shades of Perfume #B79EFC
Tints of Perfume #B79EFC
RGB
CMYK
RGB Variations
Color information
#B79EFC (or 0xB79EFC) is known color: Perfume. HEX triplet: B7, 9E and FC. RGB value is (183,158,252). Sum of RGB (Red+Green+Blue) = 183+158+252=593 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.86% from 593); Green value is 158 (62.11% from 255 or 26.64% from 593); Blue value is 252 (98.83% from 255 or 42.50% from 593); Max value from RGB is 252 - color contains mainly: blue. Hex color #B79EFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B79EFC is #486103. Grayscale: #AFAFAF. Windows color (decimal): -4743428 or 16555703. OLE color: 16555703.
HSL color Cylindrical-coordinate representation of color #B79EFC: hue angle of 255.96º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B79EFC is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 183 | 158 | 252 | - |
| CMYK | 0.27 | 0.37 | 0 | 0.01 |
| HSL | 255.96º | 0.94% | 0.8% | - |
| HSV(B) | 255.96º | 0.37% | 0.99% | - |
| XYZ | 49.33 | 41.55 | 97.52 | - |
| YUV | 176.19 | 170.78 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 158 | 252 | 0.27 | 0.37 | 0 | 0.01 | 255.96 | 0.94 | 0.8 |
| Hex | B7 | 9E | FC | 1B | 25 | 0 | 1 | 100 | 5E | 50 |
| Octal | 267 | 236 | 374 | 33 | 45 | 0 | 1 | 400 | 136 | 120 |
| Binary | 10110111 | 10011110 | 11111100 | 11011 | 100101 | 0 | 1 | 100000000 | 1011110 | 1010000 |
Color Harmonies of #B79EFC
Complementary color
Monochromatic Colors of #B79EFC
Black with #B79EFC
Text Example
Text Example
White with #B79EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79EFC; }
p { color: rgb(183,158,252); }
H1.HeaderClassName
{
color: #B79EFC;
}
.AnyTagClassName
{
color: #B79EFC;
}
</style>
background-color css
<style>
a { background-color: #B79EFC; }
a { background-color: rgb(183,158,252); }
div.DivClassName
{
background-color: #B79EFC;
}
.BgClassName
{
background-color: #B79EFC;
}
</style>
border-color css
<style>
span { border-color: #B79EFC; }
span { border-color: rgb(183,158,252); }
td.TdClassName
{
border-color: #B79EFC;
}
.TagClassName
{
border-color: #B79EFC;
}
</style>