Shades of Medium Orchid #BE2CCE
Tints of Medium Orchid #BE2CCE
RGB
CMYK
RGB Variations
Color information
#BE2CCE (or 0xBE2CCE) is known color: Medium Orchid. HEX triplet: BE, 2C and CE. RGB value is (190,44,206). Sum of RGB (Red+Green+Blue) = 190+44+206=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 44 (17.58% from 255 or 10% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE2CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2CCE is #41D331. Grayscale: #696969. Windows color (decimal): -4313906 or 13511870. OLE color: 13511870.
HSL color Cylindrical-coordinate representation of color #BE2CCE: hue angle of 294.07º 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 #BE2CCE is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 44 | 206 | - |
| CMYK | 0.08 | 0.79 | 0 | 0.19 |
| HSL | 294.07º | 0.65% | 0.49% | - |
| HSV(B) | 294.07º | 0.79% | 0.81% | - |
| XYZ | 33.28 | 17.2 | 59.96 | - |
| YUV | 106.12 | 184.37 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 44 | 206 | 0.08 | 0.79 | 0 | 0.19 | 294.07 | 0.65 | 0.49 |
| Hex | BE | 2C | CE | 8 | 4F | 0 | 13 | 126 | 41 | 31 |
| Octal | 276 | 54 | 316 | 10 | 117 | 0 | 23 | 446 | 101 | 61 |
| Binary | 10111110 | 101100 | 11001110 | 1000 | 1001111 | 0 | 10011 | 100100110 | 1000001 | 110001 |
Color Harmonies of #BE2CCE
Complementary color
Monochromatic Colors of #BE2CCE
Black with #BE2CCE
Text Example
Text Example
White with #BE2CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2CCE; }
p { color: rgb(190,44,206); }
H1.HeaderClassName
{
color: #BE2CCE;
}
.AnyTagClassName
{
color: #BE2CCE;
}
</style>
background-color css
<style>
a { background-color: #BE2CCE; }
a { background-color: rgb(190,44,206); }
div.DivClassName
{
background-color: #BE2CCE;
}
.BgClassName
{
background-color: #BE2CCE;
}
</style>
border-color css
<style>
span { border-color: #BE2CCE; }
span { border-color: rgb(190,44,206); }
td.TdClassName
{
border-color: #BE2CCE;
}
.TagClassName
{
border-color: #BE2CCE;
}
</style>