Shades of Perfume #B79BFC
Tints of Perfume #B79BFC
RGB
CMYK
RGB Variations
Color information
#B79BFC (or 0xB79BFC) is known color: Perfume. HEX triplet: B7, 9B and FC. RGB value is (183,155,252). Sum of RGB (Red+Green+Blue) = 183+155+252=590 (78% of max value = 765). Red value is 183 (71.88% from 255 or 31.02% from 590); Green value is 155 (60.94% from 255 or 26.27% from 590); Blue value is 252 (98.83% from 255 or 42.71% from 590); Max value from RGB is 252 - color contains mainly: blue. Hex color #B79BFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B79BFC is #486403. Grayscale: #AEAEAE. Windows color (decimal): -4744196 or 16554935. OLE color: 16554935.
HSL color Cylindrical-coordinate representation of color #B79BFC: hue angle of 257.32º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B79BFC is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 183 | 155 | 252 | - |
| CMYK | 0.27 | 0.38 | 0 | 0.01 |
| HSL | 257.32º | 0.94% | 0.8% | - |
| HSV(B) | 257.32º | 0.38% | 0.99% | - |
| XYZ | 48.82 | 40.54 | 97.35 | - |
| YUV | 174.43 | 171.78 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 155 | 252 | 0.27 | 0.38 | 0 | 0.01 | 257.32 | 0.94 | 0.8 |
| Hex | B7 | 9B | FC | 1B | 26 | 0 | 1 | 101 | 5E | 50 |
| Octal | 267 | 233 | 374 | 33 | 46 | 0 | 1 | 401 | 136 | 120 |
| Binary | 10110111 | 10011011 | 11111100 | 11011 | 100110 | 0 | 1 | 100000001 | 1011110 | 1010000 |
Color Harmonies of #B79BFC
Complementary color
Monochromatic Colors of #B79BFC
Black with #B79BFC
Text Example
Text Example
White with #B79BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79BFC; }
p { color: rgb(183,155,252); }
H1.HeaderClassName
{
color: #B79BFC;
}
.AnyTagClassName
{
color: #B79BFC;
}
</style>
background-color css
<style>
a { background-color: #B79BFC; }
a { background-color: rgb(183,155,252); }
div.DivClassName
{
background-color: #B79BFC;
}
.BgClassName
{
background-color: #B79BFC;
}
</style>
border-color css
<style>
span { border-color: #B79BFC; }
span { border-color: rgb(183,155,252); }
td.TdClassName
{
border-color: #B79BFC;
}
.TagClassName
{
border-color: #B79BFC;
}
</style>