Shades of Medium Orchid #BE30CE
Tints of Medium Orchid #BE30CE
RGB
CMYK
RGB Variations
Color information
#BE30CE (or 0xBE30CE) is known color: Medium Orchid. HEX triplet: BE, 30 and CE. RGB value is (190,48,206). Sum of RGB (Red+Green+Blue) = 190+48+206=444 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.79% from 444); Green value is 48 (19.14% from 255 or 10.81% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE30CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE30CE is #41CF31. Grayscale: #6B6B6B. Windows color (decimal): -4312882 or 13512894. OLE color: 13512894.
HSL color Cylindrical-coordinate representation of color #BE30CE: hue angle of 293.92º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BE30CE is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 48 | 206 | - |
| CMYK | 0.08 | 0.77 | 0 | 0.19 |
| HSL | 293.92º | 0.62% | 0.5% | - |
| HSV(B) | 293.92º | 0.77% | 0.81% | - |
| XYZ | 33.43 | 17.52 | 60.01 | - |
| YUV | 108.47 | 183.04 | 186.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 48 | 206 | 0.08 | 0.77 | 0 | 0.19 | 293.92 | 0.62 | 0.5 |
| Hex | BE | 30 | CE | 8 | 4D | 0 | 13 | 126 | 3E | 32 |
| Octal | 276 | 60 | 316 | 10 | 115 | 0 | 23 | 446 | 76 | 62 |
| Binary | 10111110 | 110000 | 11001110 | 1000 | 1001101 | 0 | 10011 | 100100110 | 111110 | 110010 |
Color Harmonies of #BE30CE
Complementary color
Monochromatic Colors of #BE30CE
Black with #BE30CE
Text Example
Text Example
White with #BE30CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE30CE; }
p { color: rgb(190,48,206); }
H1.HeaderClassName
{
color: #BE30CE;
}
.AnyTagClassName
{
color: #BE30CE;
}
</style>
background-color css
<style>
a { background-color: #BE30CE; }
a { background-color: rgb(190,48,206); }
div.DivClassName
{
background-color: #BE30CE;
}
.BgClassName
{
background-color: #BE30CE;
}
</style>
border-color css
<style>
span { border-color: #BE30CE; }
span { border-color: rgb(190,48,206); }
td.TdClassName
{
border-color: #BE30CE;
}
.TagClassName
{
border-color: #BE30CE;
}
</style>