Shades of Medium Orchid #BE3ECC
Tints of Medium Orchid #BE3ECC
RGB
CMYK
RGB Variations
Color information
#BE3ECC (or 0xBE3ECC) is known color: Medium Orchid. HEX triplet: BE, 3E and CC. RGB value is (190,62,204). Sum of RGB (Red+Green+Blue) = 190+62+204=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 62 (24.61% from 255 or 13.60% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #BE3ECC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE3ECC is #41C133. Grayscale: #747474. Windows color (decimal): -4309300 or 13385406. OLE color: 13385406.
HSL color Cylindrical-coordinate representation of color #BE3ECC: hue angle of 294.08º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BE3ECC is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 190 | 62 | 204 | - |
| CMYK | 0.07 | 0.70 | 0 | 0.2 |
| HSL | 294.08º | 0.58% | 0.52% | - |
| HSV(B) | 294.08º | 0.7% | 0.8% | - |
| XYZ | 33.86 | 18.75 | 58.96 | - |
| YUV | 116.46 | 177.41 | 180.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 62 | 204 | 0.07 | 0.70 | 0 | 0.2 | 294.08 | 0.58 | 0.52 |
| Hex | BE | 3E | CC | 7 | 46 | 0 | 14 | 126 | 3A | 34 |
| Octal | 276 | 76 | 314 | 7 | 106 | 0 | 24 | 446 | 72 | 64 |
| Binary | 10111110 | 111110 | 11001100 | 111 | 1000110 | 0 | 10100 | 100100110 | 111010 | 110100 |
Color Harmonies of #BE3ECC
Complementary color
Monochromatic Colors of #BE3ECC
Black with #BE3ECC
Text Example
Text Example
White with #BE3ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3ECC; }
p { color: rgb(190,62,204); }
H1.HeaderClassName
{
color: #BE3ECC;
}
.AnyTagClassName
{
color: #BE3ECC;
}
</style>
background-color css
<style>
a { background-color: #BE3ECC; }
a { background-color: rgb(190,62,204); }
div.DivClassName
{
background-color: #BE3ECC;
}
.BgClassName
{
background-color: #BE3ECC;
}
</style>
border-color css
<style>
span { border-color: #BE3ECC; }
span { border-color: rgb(190,62,204); }
td.TdClassName
{
border-color: #BE3ECC;
}
.TagClassName
{
border-color: #BE3ECC;
}
</style>