Shades of Medium Orchid #BE45FE
Tints of Medium Orchid #BE45FE
RGB
CMYK
RGB Variations
Color information
#BE45FE (or 0xBE45FE) is known color: Medium Orchid. HEX triplet: BE, 45 and FE. RGB value is (190,69,254). Sum of RGB (Red+Green+Blue) = 190+69+254=513 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.04% from 513); Green value is 69 (27.34% from 255 or 13.45% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE45FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE45FE is #41BA01. Grayscale: #7D7D7D. Windows color (decimal): -4307458 or 16663998. OLE color: 16663998.
HSL color Cylindrical-coordinate representation of color #BE45FE: hue angle of 279.24º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BE45FE is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 69 | 254 | - |
| CMYK | 0.25 | 0.73 | 0 | 0.00 |
| HSL | 279.24º | 0.99% | 0.63% | - |
| HSV(B) | 279.24º | 0.73% | 1% | - |
| XYZ | 41.25 | 22.36 | 95.91 | - |
| YUV | 126.27 | 200.09 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 69 | 254 | 0.25 | 0.73 | 0 | 0.00 | 279.24 | 0.99 | 0.63 |
| Hex | BE | 45 | FE | 19 | 49 | 0 | 0 | 117 | 63 | 3F |
| Octal | 276 | 105 | 376 | 31 | 111 | 0 | 0 | 427 | 143 | 77 |
| Binary | 10111110 | 1000101 | 11111110 | 11001 | 1001001 | 0 | 0 | 100010111 | 1100011 | 111111 |
Color Harmonies of #BE45FE
Complementary color
Monochromatic Colors of #BE45FE
Black with #BE45FE
Text Example
Text Example
White with #BE45FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE45FE; }
p { color: rgb(190,69,254); }
H1.HeaderClassName
{
color: #BE45FE;
}
.AnyTagClassName
{
color: #BE45FE;
}
</style>
background-color css
<style>
a { background-color: #BE45FE; }
a { background-color: rgb(190,69,254); }
div.DivClassName
{
background-color: #BE45FE;
}
.BgClassName
{
background-color: #BE45FE;
}
</style>
border-color css
<style>
span { border-color: #BE45FE; }
span { border-color: rgb(190,69,254); }
td.TdClassName
{
border-color: #BE45FE;
}
.TagClassName
{
border-color: #BE45FE;
}
</style>