Shades of Medium Orchid #BE41FF
Tints of Medium Orchid #BE41FF
RGB
CMYK
RGB Variations
Color information
#BE41FF (or 0xBE41FF) is known color: Medium Orchid. HEX triplet: BE, 41 and FF. RGB value is (190,65,255). Sum of RGB (Red+Green+Blue) = 190+65+255=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 65 (25.78% from 255 or 12.75% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE41FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE41FF is #41BE00. Grayscale: #7B7B7B. Windows color (decimal): -4308481 or 16728510. OLE color: 16728510.
HSL color Cylindrical-coordinate representation of color #BE41FF: hue angle of 279.47º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BE41FF is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 65 | 255 | - |
| CMYK | 0.25 | 0.75 | 0 | 0 |
| HSL | 279.47º | 1% | 0.63% | - |
| HSV(B) | 279.47º | 0.75% | 1% | - |
| XYZ | 41.18 | 21.95 | 96.67 | - |
| YUV | 124.04 | 201.91 | 175.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 65 | 255 | 0.25 | 0.75 | 0 | 0 | 279.47 | 1 | 0.63 |
| Hex | BE | 41 | FF | 19 | 4B | 0 | 0 | 117 | 64 | 3F |
| Octal | 276 | 101 | 377 | 31 | 113 | 0 | 0 | 427 | 144 | 77 |
| Binary | 10111110 | 1000001 | 11111111 | 11001 | 1001011 | 0 | 0 | 100010111 | 1100100 | 111111 |
Color Harmonies of #BE41FF
Complementary color
Monochromatic Colors of #BE41FF
Black with #BE41FF
Text Example
Text Example
White with #BE41FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE41FF; }
p { color: rgb(190,65,255); }
H1.HeaderClassName
{
color: #BE41FF;
}
.AnyTagClassName
{
color: #BE41FF;
}
</style>
background-color css
<style>
a { background-color: #BE41FF; }
a { background-color: rgb(190,65,255); }
div.DivClassName
{
background-color: #BE41FF;
}
.BgClassName
{
background-color: #BE41FF;
}
</style>
border-color css
<style>
span { border-color: #BE41FF; }
span { border-color: rgb(190,65,255); }
td.TdClassName
{
border-color: #BE41FF;
}
.TagClassName
{
border-color: #BE41FF;
}
</style>