Shades of Medium Orchid #BE52FE
Tints of Medium Orchid #BE52FE
RGB
CMYK
RGB Variations
Color information
#BE52FE (or 0xBE52FE) is known color: Medium Orchid. HEX triplet: BE, 52 and FE. RGB value is (190,82,254). Sum of RGB (Red+Green+Blue) = 190+82+254=526 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.12% from 526); Green value is 82 (32.42% from 255 or 15.59% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE52FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE52FE is #41AD01. Grayscale: #858585. Windows color (decimal): -4304130 or 16667326. OLE color: 16667326.
HSL color Cylindrical-coordinate representation of color #BE52FE: hue angle of 277.67º 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 #BE52FE is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 82 | 254 | - |
| CMYK | 0.25 | 0.68 | 0 | 0.00 |
| HSL | 277.67º | 0.99% | 0.66% | - |
| HSV(B) | 277.67º | 0.68% | 1% | - |
| XYZ | 42.14 | 24.14 | 96.2 | - |
| YUV | 133.9 | 195.78 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 82 | 254 | 0.25 | 0.68 | 0 | 0.00 | 277.67 | 0.99 | 0.66 |
| Hex | BE | 52 | FE | 19 | 44 | 0 | 0 | 116 | 63 | 42 |
| Octal | 276 | 122 | 376 | 31 | 104 | 0 | 0 | 426 | 143 | 102 |
| Binary | 10111110 | 1010010 | 11111110 | 11001 | 1000100 | 0 | 0 | 100010110 | 1100011 | 1000010 |
Color Harmonies of #BE52FE
Complementary color
Monochromatic Colors of #BE52FE
Black with #BE52FE
Text Example
Text Example
White with #BE52FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE52FE; }
p { color: rgb(190,82,254); }
H1.HeaderClassName
{
color: #BE52FE;
}
.AnyTagClassName
{
color: #BE52FE;
}
</style>
background-color css
<style>
a { background-color: #BE52FE; }
a { background-color: rgb(190,82,254); }
div.DivClassName
{
background-color: #BE52FE;
}
.BgClassName
{
background-color: #BE52FE;
}
</style>
border-color css
<style>
span { border-color: #BE52FE; }
span { border-color: rgb(190,82,254); }
td.TdClassName
{
border-color: #BE52FE;
}
.TagClassName
{
border-color: #BE52FE;
}
</style>