Shades of Medium Orchid #BE55FE
Tints of Medium Orchid #BE55FE
RGB
CMYK
RGB Variations
Color information
#BE55FE (or 0xBE55FE) is known color: Medium Orchid. HEX triplet: BE, 55 and FE. RGB value is (190,85,254). Sum of RGB (Red+Green+Blue) = 190+85+254=529 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.92% from 529); Green value is 85 (33.59% from 255 or 16.07% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE55FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE55FE is #41AA01. Grayscale: #878787. Windows color (decimal): -4303362 or 16668094. OLE color: 16668094.
HSL color Cylindrical-coordinate representation of color #BE55FE: hue angle of 277.28º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE55FE is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 85 | 254 | - |
| CMYK | 0.25 | 0.67 | 0 | 0.00 |
| HSL | 277.28º | 0.99% | 0.66% | - |
| HSV(B) | 277.28º | 0.67% | 1% | - |
| XYZ | 42.37 | 24.6 | 96.28 | - |
| YUV | 135.66 | 194.79 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 85 | 254 | 0.25 | 0.67 | 0 | 0.00 | 277.28 | 0.99 | 0.66 |
| Hex | BE | 55 | FE | 19 | 43 | 0 | 0 | 115 | 63 | 42 |
| Octal | 276 | 125 | 376 | 31 | 103 | 0 | 0 | 425 | 143 | 102 |
| Binary | 10111110 | 1010101 | 11111110 | 11001 | 1000011 | 0 | 0 | 100010101 | 1100011 | 1000010 |
Color Harmonies of #BE55FE
Complementary color
Monochromatic Colors of #BE55FE
Black with #BE55FE
Text Example
Text Example
White with #BE55FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE55FE; }
p { color: rgb(190,85,254); }
H1.HeaderClassName
{
color: #BE55FE;
}
.AnyTagClassName
{
color: #BE55FE;
}
</style>
background-color css
<style>
a { background-color: #BE55FE; }
a { background-color: rgb(190,85,254); }
div.DivClassName
{
background-color: #BE55FE;
}
.BgClassName
{
background-color: #BE55FE;
}
</style>
border-color css
<style>
span { border-color: #BE55FE; }
span { border-color: rgb(190,85,254); }
td.TdClassName
{
border-color: #BE55FE;
}
.TagClassName
{
border-color: #BE55FE;
}
</style>