#BE0FFF (or 0xBE0FFF) is unknown color: approx Electric Purple. HEX triplet: BE, 0F and FF. RGB value is (190,15,255). Sum of RGB (Red+Green+Blue) = 190+15+255=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 15 (6.25% from 255 or 3.26% from 460); Blue value is 255 (100% from 255 or 55.43% from 460); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE0FFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE0FFF is #41F000. Grayscale: #5D5D5D. Windows color (decimal): -4321281 or 16715710. OLE color: 16715710.
HSL color Cylindrical-coordinate representation of color #BE0FFF: hue angle of 283.75º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE0FFF is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
<style> p { color: #BE0FFF; } p { color: rgb(190,15,255); } H1.HeaderClassName { color: #BE0FFF; } .AnyTagClassName { color: #BE0FFF; } </style>
<style> a { background-color: #BE0FFF; } a { background-color: rgb(190,15,255); } div.DivClassName { background-color: #BE0FFF; } .BgClassName { background-color: #BE0FFF; } </style>
<style> span { border-color: #BE0FFF; } span { border-color: rgb(190,15,255); } td.TdClassName { border-color: #BE0FFF; } .TagClassName { border-color: #BE0FFF; } </style>