Shades of Perfume #BE93F0
Tints of Perfume #BE93F0
RGB
CMYK
RGB Variations
Color information
#BE93F0 (or 0xBE93F0) is known color: Perfume. HEX triplet: BE, 93 and F0. RGB value is (190,147,240). Sum of RGB (Red+Green+Blue) = 190+147+240=577 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.93% from 577); Green value is 147 (57.81% from 255 or 25.48% from 577); Blue value is 240 (94.14% from 255 or 41.59% from 577); Max value from RGB is 240 - color contains mainly: blue. Hex color #BE93F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE93F0 is #416C0F. Grayscale: #AAAAAA. Windows color (decimal): -4287504 or 15766462. OLE color: 15766462.
HSL color Cylindrical-coordinate representation of color #BE93F0: hue angle of 267.74º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BE93F0 is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 147 | 240 | - |
| CMYK | 0.21 | 0.39 | 0 | 0.06 |
| HSL | 267.74º | 0.76% | 0.76% | - |
| HSV(B) | 267.74º | 0.39% | 0.94% | - |
| XYZ | 47.4 | 38.11 | 87.3 | - |
| YUV | 170.46 | 167.25 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 147 | 240 | 0.21 | 0.39 | 0 | 0.06 | 267.74 | 0.76 | 0.76 |
| Hex | BE | 93 | F0 | 15 | 27 | 0 | 6 | 10C | 4C | 4C |
| Octal | 276 | 223 | 360 | 25 | 47 | 0 | 6 | 414 | 114 | 114 |
| Binary | 10111110 | 10010011 | 11110000 | 10101 | 100111 | 0 | 110 | 100001100 | 1001100 | 1001100 |
Color Harmonies of #BE93F0
Complementary color
Monochromatic Colors of #BE93F0
Black with #BE93F0
Text Example
Text Example
White with #BE93F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE93F0; }
p { color: rgb(190,147,240); }
H1.HeaderClassName
{
color: #BE93F0;
}
.AnyTagClassName
{
color: #BE93F0;
}
</style>
background-color css
<style>
a { background-color: #BE93F0; }
a { background-color: rgb(190,147,240); }
div.DivClassName
{
background-color: #BE93F0;
}
.BgClassName
{
background-color: #BE93F0;
}
</style>
border-color css
<style>
span { border-color: #BE93F0; }
span { border-color: rgb(190,147,240); }
td.TdClassName
{
border-color: #BE93F0;
}
.TagClassName
{
border-color: #BE93F0;
}
</style>