Shades of Medium Orchid #BE2FCD
Tints of Medium Orchid #BE2FCD
RGB
CMYK
RGB Variations
Color information
#BE2FCD (or 0xBE2FCD) is known color: Medium Orchid. HEX triplet: BE, 2F and CD. RGB value is (190,47,205). Sum of RGB (Red+Green+Blue) = 190+47+205=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 47 (18.75% from 255 or 10.63% from 442); Blue value is 205 (80.47% from 255 or 46.38% from 442); Max value from RGB is 205 - color contains mainly: blue. Hex color #BE2FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2FCD is #41D032. Grayscale: #6B6B6B. Windows color (decimal): -4313139 or 13447102. OLE color: 13447102.
HSL color Cylindrical-coordinate representation of color #BE2FCD: hue angle of 294.3º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BE2FCD is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 47 | 205 | - |
| CMYK | 0.07 | 0.77 | 0 | 0.20 |
| HSL | 294.3º | 0.63% | 0.49% | - |
| HSV(B) | 294.3º | 0.77% | 0.8% | - |
| XYZ | 33.27 | 17.39 | 59.36 | - |
| YUV | 107.77 | 182.88 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 47 | 205 | 0.07 | 0.77 | 0 | 0.20 | 294.3 | 0.63 | 0.49 |
| Hex | BE | 2F | CD | 7 | 4D | 0 | 14 | 126 | 3F | 31 |
| Octal | 276 | 57 | 315 | 7 | 115 | 0 | 24 | 446 | 77 | 61 |
| Binary | 10111110 | 101111 | 11001101 | 111 | 1001101 | 0 | 10100 | 100100110 | 111111 | 110001 |
Color Harmonies of #BE2FCD
Complementary color
Monochromatic Colors of #BE2FCD
Black with #BE2FCD
Text Example
Text Example
White with #BE2FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2FCD; }
p { color: rgb(190,47,205); }
H1.HeaderClassName
{
color: #BE2FCD;
}
.AnyTagClassName
{
color: #BE2FCD;
}
</style>
background-color css
<style>
a { background-color: #BE2FCD; }
a { background-color: rgb(190,47,205); }
div.DivClassName
{
background-color: #BE2FCD;
}
.BgClassName
{
background-color: #BE2FCD;
}
</style>
border-color css
<style>
span { border-color: #BE2FCD; }
span { border-color: rgb(190,47,205); }
td.TdClassName
{
border-color: #BE2FCD;
}
.TagClassName
{
border-color: #BE2FCD;
}
</style>