Shades of Medium Orchid #BE51FE
Tints of Medium Orchid #BE51FE
RGB
CMYK
RGB Variations
Color information
#BE51FE (or 0xBE51FE) is known color: Medium Orchid. HEX triplet: BE, 51 and FE. RGB value is (190,81,254). Sum of RGB (Red+Green+Blue) = 190+81+254=525 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.19% from 525); Green value is 81 (32.03% from 255 or 15.43% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE51FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE51FE is #41AE01. Grayscale: #848484. Windows color (decimal): -4304386 or 16667070. OLE color: 16667070.
HSL color Cylindrical-coordinate representation of color #BE51FE: hue angle of 277.8º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE51FE is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 81 | 254 | - |
| CMYK | 0.25 | 0.68 | 0 | 0.00 |
| HSL | 277.8º | 0.99% | 0.66% | - |
| HSV(B) | 277.8º | 0.68% | 1% | - |
| XYZ | 42.07 | 23.99 | 96.18 | - |
| YUV | 133.31 | 196.11 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 81 | 254 | 0.25 | 0.68 | 0 | 0.00 | 277.8 | 0.99 | 0.66 |
| Hex | BE | 51 | FE | 19 | 44 | 0 | 0 | 116 | 63 | 42 |
| Octal | 276 | 121 | 376 | 31 | 104 | 0 | 0 | 426 | 143 | 102 |
| Binary | 10111110 | 1010001 | 11111110 | 11001 | 1000100 | 0 | 0 | 100010110 | 1100011 | 1000010 |
Color Harmonies of #BE51FE
Complementary color
Monochromatic Colors of #BE51FE
Black with #BE51FE
Text Example
Text Example
White with #BE51FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE51FE; }
p { color: rgb(190,81,254); }
H1.HeaderClassName
{
color: #BE51FE;
}
.AnyTagClassName
{
color: #BE51FE;
}
</style>
background-color css
<style>
a { background-color: #BE51FE; }
a { background-color: rgb(190,81,254); }
div.DivClassName
{
background-color: #BE51FE;
}
.BgClassName
{
background-color: #BE51FE;
}
</style>
border-color css
<style>
span { border-color: #BE51FE; }
span { border-color: rgb(190,81,254); }
td.TdClassName
{
border-color: #BE51FE;
}
.TagClassName
{
border-color: #BE51FE;
}
</style>