Shades of Perfume #BE8CFF
Tints of Perfume #BE8CFF
RGB
CMYK
RGB Variations
Color information
#BE8CFF (or 0xBE8CFF) is known color: Perfume. HEX triplet: BE, 8C and FF. RGB value is (190,140,255). Sum of RGB (Red+Green+Blue) = 190+140+255=585 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.48% from 585); Green value is 140 (55.08% from 255 or 23.93% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE8CFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE8CFF is #417300. Grayscale: #A7A7A7. Windows color (decimal): -4289281 or 16747710. OLE color: 16747710.
HSL color Cylindrical-coordinate representation of color #BE8CFF: hue angle of 266.09º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BE8CFF is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 140 | 255 | - |
| CMYK | 0.25 | 0.45 | 0 | 0 |
| HSL | 266.09º | 1% | 0.77% | - |
| HSV(B) | 266.09º | 0.45% | 1% | - |
| XYZ | 48.66 | 36.92 | 99.17 | - |
| YUV | 168.06 | 177.07 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 140 | 255 | 0.25 | 0.45 | 0 | 0 | 266.09 | 1 | 0.77 |
| Hex | BE | 8C | FF | 19 | 2D | 0 | 0 | 10A | 64 | 4D |
| Octal | 276 | 214 | 377 | 31 | 55 | 0 | 0 | 412 | 144 | 115 |
| Binary | 10111110 | 10001100 | 11111111 | 11001 | 101101 | 0 | 0 | 100001010 | 1100100 | 1001101 |
Color Harmonies of #BE8CFF
Complementary color
Monochromatic Colors of #BE8CFF
Black with #BE8CFF
Text Example
Text Example
White with #BE8CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8CFF; }
p { color: rgb(190,140,255); }
H1.HeaderClassName
{
color: #BE8CFF;
}
.AnyTagClassName
{
color: #BE8CFF;
}
</style>
background-color css
<style>
a { background-color: #BE8CFF; }
a { background-color: rgb(190,140,255); }
div.DivClassName
{
background-color: #BE8CFF;
}
.BgClassName
{
background-color: #BE8CFF;
}
</style>
border-color css
<style>
span { border-color: #BE8CFF; }
span { border-color: rgb(190,140,255); }
td.TdClassName
{
border-color: #BE8CFF;
}
.TagClassName
{
border-color: #BE8CFF;
}
</style>