Shades of Perfume #BE8EFF
Tints of Perfume #BE8EFF
RGB
CMYK
RGB Variations
Color information
#BE8EFF (or 0xBE8EFF) is known color: Perfume. HEX triplet: BE, 8E and FF. RGB value is (190,142,255). Sum of RGB (Red+Green+Blue) = 190+142+255=587 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.37% from 587); Green value is 142 (55.86% from 255 or 24.19% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE8EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE8EFF is #417100. Grayscale: #A8A8A8. Windows color (decimal): -4288769 or 16748222. OLE color: 16748222.
HSL color Cylindrical-coordinate representation of color #BE8EFF: hue angle of 265.49º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BE8EFF is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 142 | 255 | - |
| CMYK | 0.25 | 0.44 | 0 | 0 |
| HSL | 265.49º | 1% | 0.78% | - |
| HSV(B) | 265.49º | 0.44% | 1% | - |
| XYZ | 48.96 | 37.51 | 99.27 | - |
| YUV | 169.23 | 176.4 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 142 | 255 | 0.25 | 0.44 | 0 | 0 | 265.49 | 1 | 0.78 |
| Hex | BE | 8E | FF | 19 | 2C | 0 | 0 | 109 | 64 | 4E |
| Octal | 276 | 216 | 377 | 31 | 54 | 0 | 0 | 411 | 144 | 116 |
| Binary | 10111110 | 10001110 | 11111111 | 11001 | 101100 | 0 | 0 | 100001001 | 1100100 | 1001110 |
Color Harmonies of #BE8EFF
Complementary color
Monochromatic Colors of #BE8EFF
Black with #BE8EFF
Text Example
Text Example
White with #BE8EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8EFF; }
p { color: rgb(190,142,255); }
H1.HeaderClassName
{
color: #BE8EFF;
}
.AnyTagClassName
{
color: #BE8EFF;
}
</style>
background-color css
<style>
a { background-color: #BE8EFF; }
a { background-color: rgb(190,142,255); }
div.DivClassName
{
background-color: #BE8EFF;
}
.BgClassName
{
background-color: #BE8EFF;
}
</style>
border-color css
<style>
span { border-color: #BE8EFF; }
span { border-color: rgb(190,142,255); }
td.TdClassName
{
border-color: #BE8EFF;
}
.TagClassName
{
border-color: #BE8EFF;
}
</style>