Shades of Medium Orchid #BE3FF5
Tints of Medium Orchid #BE3FF5
RGB
CMYK
RGB Variations
Color information
#BE3FF5 (or 0xBE3FF5) is known color: Medium Orchid. HEX triplet: BE, 3F and F5. RGB value is (190,63,245). Sum of RGB (Red+Green+Blue) = 190+63+245=498 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.15% from 498); Green value is 63 (25% from 255 or 12.65% from 498); Blue value is 245 (96.09% from 255 or 49.20% from 498); Max value from RGB is 245 - color contains mainly: blue. Hex color #BE3FF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE3FF5 is #41C00A. Grayscale: #797979. Windows color (decimal): -4309003 or 16072638. OLE color: 16072638.
HSL color Cylindrical-coordinate representation of color #BE3FF5: hue angle of 281.87º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE3FF5 is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 63 | 245 | - |
| CMYK | 0.22 | 0.74 | 0 | 0.04 |
| HSL | 281.87º | 0.9% | 0.6% | - |
| HSV(B) | 281.87º | 0.74% | 0.96% | - |
| XYZ | 39.49 | 21.09 | 88.38 | - |
| YUV | 121.72 | 197.58 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 63 | 245 | 0.22 | 0.74 | 0 | 0.04 | 281.87 | 0.9 | 0.6 |
| Hex | BE | 3F | F5 | 16 | 4A | 0 | 4 | 11A | 5A | 3C |
| Octal | 276 | 77 | 365 | 26 | 112 | 0 | 4 | 432 | 132 | 74 |
| Binary | 10111110 | 111111 | 11110101 | 10110 | 1001010 | 0 | 100 | 100011010 | 1011010 | 111100 |
Color Harmonies of #BE3FF5
Complementary color
Monochromatic Colors of #BE3FF5
Black with #BE3FF5
Text Example
Text Example
White with #BE3FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3FF5; }
p { color: rgb(190,63,245); }
H1.HeaderClassName
{
color: #BE3FF5;
}
.AnyTagClassName
{
color: #BE3FF5;
}
</style>
background-color css
<style>
a { background-color: #BE3FF5; }
a { background-color: rgb(190,63,245); }
div.DivClassName
{
background-color: #BE3FF5;
}
.BgClassName
{
background-color: #BE3FF5;
}
</style>
border-color css
<style>
span { border-color: #BE3FF5; }
span { border-color: rgb(190,63,245); }
td.TdClassName
{
border-color: #BE3FF5;
}
.TagClassName
{
border-color: #BE3FF5;
}
</style>