Shades of Perfume #B795FE
Tints of Perfume #B795FE
RGB
CMYK
RGB Variations
Color information
#B795FE (or 0xB795FE) is known color: Perfume. HEX triplet: B7, 95 and FE. RGB value is (183,149,254). Sum of RGB (Red+Green+Blue) = 183+149+254=586 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.23% from 586); Green value is 149 (58.59% from 255 or 25.43% from 586); Blue value is 254 (99.61% from 255 or 43.34% from 586); Max value from RGB is 254 - color contains mainly: blue. Hex color #B795FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B795FE is #486A01. Grayscale: #AAAAAA. Windows color (decimal): -4745730 or 16684471. OLE color: 16684471.
HSL color Cylindrical-coordinate representation of color #B795FE: hue angle of 259.43º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B795FE is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 183 | 149 | 254 | - |
| CMYK | 0.28 | 0.41 | 0 | 0.00 |
| HSL | 259.43º | 0.98% | 0.79% | - |
| HSV(B) | 259.43º | 0.41% | 1% | - |
| XYZ | 48.17 | 38.72 | 98.7 | - |
| YUV | 171.14 | 174.76 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 149 | 254 | 0.28 | 0.41 | 0 | 0.00 | 259.43 | 0.98 | 0.79 |
| Hex | B7 | 95 | FE | 1C | 29 | 0 | 0 | 103 | 62 | 4F |
| Octal | 267 | 225 | 376 | 34 | 51 | 0 | 0 | 403 | 142 | 117 |
| Binary | 10110111 | 10010101 | 11111110 | 11100 | 101001 | 0 | 0 | 100000011 | 1100010 | 1001111 |
Color Harmonies of #B795FE
Complementary color
Monochromatic Colors of #B795FE
Black with #B795FE
Text Example
Text Example
White with #B795FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B795FE; }
p { color: rgb(183,149,254); }
H1.HeaderClassName
{
color: #B795FE;
}
.AnyTagClassName
{
color: #B795FE;
}
</style>
background-color css
<style>
a { background-color: #B795FE; }
a { background-color: rgb(183,149,254); }
div.DivClassName
{
background-color: #B795FE;
}
.BgClassName
{
background-color: #B795FE;
}
</style>
border-color css
<style>
span { border-color: #B795FE; }
span { border-color: rgb(183,149,254); }
td.TdClassName
{
border-color: #B795FE;
}
.TagClassName
{
border-color: #B795FE;
}
</style>