Shades of Perfume #BE8FF5
Tints of Perfume #BE8FF5
RGB
CMYK
RGB Variations
Color information
#BE8FF5 (or 0xBE8FF5) is known color: Perfume. HEX triplet: BE, 8F and F5. RGB value is (190,143,245). Sum of RGB (Red+Green+Blue) = 190+143+245=578 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.87% from 578); Green value is 143 (56.25% from 255 or 24.74% from 578); Blue value is 245 (96.09% from 255 or 42.39% from 578); Max value from RGB is 245 - color contains mainly: blue. Hex color #BE8FF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE8FF5 is #41700A. Grayscale: #A8A8A8. Windows color (decimal): -4288523 or 16093118. OLE color: 16093118.
HSL color Cylindrical-coordinate representation of color #BE8FF5: hue angle of 267.65º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BE8FF5 is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 143 | 245 | - |
| CMYK | 0.22 | 0.42 | 0 | 0.04 |
| HSL | 267.65º | 0.84% | 0.76% | - |
| HSV(B) | 267.65º | 0.42% | 0.96% | - |
| XYZ | 47.54 | 37.18 | 91.06 | - |
| YUV | 168.68 | 171.07 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 143 | 245 | 0.22 | 0.42 | 0 | 0.04 | 267.65 | 0.84 | 0.76 |
| Hex | BE | 8F | F5 | 16 | 2A | 0 | 4 | 10C | 54 | 4C |
| Octal | 276 | 217 | 365 | 26 | 52 | 0 | 4 | 414 | 124 | 114 |
| Binary | 10111110 | 10001111 | 11110101 | 10110 | 101010 | 0 | 100 | 100001100 | 1010100 | 1001100 |
Color Harmonies of #BE8FF5
Complementary color
Monochromatic Colors of #BE8FF5
Black with #BE8FF5
Text Example
Text Example
White with #BE8FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8FF5; }
p { color: rgb(190,143,245); }
H1.HeaderClassName
{
color: #BE8FF5;
}
.AnyTagClassName
{
color: #BE8FF5;
}
</style>
background-color css
<style>
a { background-color: #BE8FF5; }
a { background-color: rgb(190,143,245); }
div.DivClassName
{
background-color: #BE8FF5;
}
.BgClassName
{
background-color: #BE8FF5;
}
</style>
border-color css
<style>
span { border-color: #BE8FF5; }
span { border-color: rgb(190,143,245); }
td.TdClassName
{
border-color: #BE8FF5;
}
.TagClassName
{
border-color: #BE8FF5;
}
</style>