Shades of Medium Orchid #BE3DCC
Tints of Medium Orchid #BE3DCC
RGB
CMYK
RGB Variations
Color information
#BE3DCC (or 0xBE3DCC) is known color: Medium Orchid. HEX triplet: BE, 3D and CC. RGB value is (190,61,204). Sum of RGB (Red+Green+Blue) = 190+61+204=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 61 (24.22% from 255 or 13.41% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #BE3DCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE3DCC is #41C233. Grayscale: #737373. Windows color (decimal): -4309556 or 13385150. OLE color: 13385150.
HSL color Cylindrical-coordinate representation of color #BE3DCC: hue angle of 294.13º 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 #BE3DCC is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 190 | 61 | 204 | - |
| CMYK | 0.07 | 0.70 | 0 | 0.2 |
| HSL | 294.13º | 0.58% | 0.52% | - |
| HSV(B) | 294.13º | 0.7% | 0.8% | - |
| XYZ | 33.8 | 18.64 | 58.94 | - |
| YUV | 115.87 | 177.74 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 61 | 204 | 0.07 | 0.70 | 0 | 0.2 | 294.13 | 0.58 | 0.52 |
| Hex | BE | 3D | CC | 7 | 46 | 0 | 14 | 126 | 3A | 34 |
| Octal | 276 | 75 | 314 | 7 | 106 | 0 | 24 | 446 | 72 | 64 |
| Binary | 10111110 | 111101 | 11001100 | 111 | 1000110 | 0 | 10100 | 100100110 | 111010 | 110100 |
Color Harmonies of #BE3DCC
Complementary color
Monochromatic Colors of #BE3DCC
Black with #BE3DCC
Text Example
Text Example
White with #BE3DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3DCC; }
p { color: rgb(190,61,204); }
H1.HeaderClassName
{
color: #BE3DCC;
}
.AnyTagClassName
{
color: #BE3DCC;
}
</style>
background-color css
<style>
a { background-color: #BE3DCC; }
a { background-color: rgb(190,61,204); }
div.DivClassName
{
background-color: #BE3DCC;
}
.BgClassName
{
background-color: #BE3DCC;
}
</style>
border-color css
<style>
span { border-color: #BE3DCC; }
span { border-color: rgb(190,61,204); }
td.TdClassName
{
border-color: #BE3DCC;
}
.TagClassName
{
border-color: #BE3DCC;
}
</style>