Shades of Medium Orchid #BE2CCF
Tints of Medium Orchid #BE2CCF
RGB
CMYK
RGB Variations
Color information
#BE2CCF (or 0xBE2CCF) is known color: Medium Orchid. HEX triplet: BE, 2C and CF. RGB value is (190,44,207). Sum of RGB (Red+Green+Blue) = 190+44+207=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 44 (17.58% from 255 or 9.98% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE2CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2CCF is #41D330. Grayscale: #696969. Windows color (decimal): -4313905 or 13577406. OLE color: 13577406.
HSL color Cylindrical-coordinate representation of color #BE2CCF: hue angle of 293.74º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BE2CCF is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 44 | 207 | - |
| CMYK | 0.08 | 0.79 | 0 | 0.19 |
| HSL | 293.74º | 0.65% | 0.49% | - |
| HSV(B) | 293.74º | 0.79% | 0.81% | - |
| XYZ | 33.4 | 17.25 | 60.6 | - |
| YUV | 106.24 | 184.87 | 187.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 44 | 207 | 0.08 | 0.79 | 0 | 0.19 | 293.74 | 0.65 | 0.49 |
| Hex | BE | 2C | CF | 8 | 4F | 0 | 13 | 126 | 41 | 31 |
| Octal | 276 | 54 | 317 | 10 | 117 | 0 | 23 | 446 | 101 | 61 |
| Binary | 10111110 | 101100 | 11001111 | 1000 | 1001111 | 0 | 10011 | 100100110 | 1000001 | 110001 |
Color Harmonies of #BE2CCF
Complementary color
Monochromatic Colors of #BE2CCF
Black with #BE2CCF
Text Example
Text Example
White with #BE2CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2CCF; }
p { color: rgb(190,44,207); }
H1.HeaderClassName
{
color: #BE2CCF;
}
.AnyTagClassName
{
color: #BE2CCF;
}
</style>
background-color css
<style>
a { background-color: #BE2CCF; }
a { background-color: rgb(190,44,207); }
div.DivClassName
{
background-color: #BE2CCF;
}
.BgClassName
{
background-color: #BE2CCF;
}
</style>
border-color css
<style>
span { border-color: #BE2CCF; }
span { border-color: rgb(190,44,207); }
td.TdClassName
{
border-color: #BE2CCF;
}
.TagClassName
{
border-color: #BE2CCF;
}
</style>