Shades of Medium Orchid #BE3CCC
Tints of Medium Orchid #BE3CCC
RGB
CMYK
RGB Variations
Color information
#BE3CCC (or 0xBE3CCC) is known color: Medium Orchid. HEX triplet: BE, 3C and CC. RGB value is (190,60,204). Sum of RGB (Red+Green+Blue) = 190+60+204=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 60 (23.83% from 255 or 13.22% from 454); Blue value is 204 (80.08% from 255 or 44.93% from 454); Max value from RGB is 204 - color contains mainly: blue. Hex color #BE3CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE3CCC is #41C333. Grayscale: #727272. Windows color (decimal): -4309812 or 13384894. OLE color: 13384894.
HSL color Cylindrical-coordinate representation of color #BE3CCC: hue angle of 294.17º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BE3CCC is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 190 | 60 | 204 | - |
| CMYK | 0.07 | 0.71 | 0 | 0.2 |
| HSL | 294.17º | 0.59% | 0.52% | - |
| HSV(B) | 294.17º | 0.71% | 0.8% | - |
| XYZ | 33.75 | 18.54 | 58.93 | - |
| YUV | 115.29 | 178.07 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 60 | 204 | 0.07 | 0.71 | 0 | 0.2 | 294.17 | 0.59 | 0.52 |
| Hex | BE | 3C | CC | 7 | 47 | 0 | 14 | 126 | 3B | 34 |
| Octal | 276 | 74 | 314 | 7 | 107 | 0 | 24 | 446 | 73 | 64 |
| Binary | 10111110 | 111100 | 11001100 | 111 | 1000111 | 0 | 10100 | 100100110 | 111011 | 110100 |
Color Harmonies of #BE3CCC
Complementary color
Monochromatic Colors of #BE3CCC
Black with #BE3CCC
Text Example
Text Example
White with #BE3CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3CCC; }
p { color: rgb(190,60,204); }
H1.HeaderClassName
{
color: #BE3CCC;
}
.AnyTagClassName
{
color: #BE3CCC;
}
</style>
background-color css
<style>
a { background-color: #BE3CCC; }
a { background-color: rgb(190,60,204); }
div.DivClassName
{
background-color: #BE3CCC;
}
.BgClassName
{
background-color: #BE3CCC;
}
</style>
border-color css
<style>
span { border-color: #BE3CCC; }
span { border-color: rgb(190,60,204); }
td.TdClassName
{
border-color: #BE3CCC;
}
.TagClassName
{
border-color: #BE3CCC;
}
</style>