Shades of Medium Orchid #BE3DDF
Tints of Medium Orchid #BE3DDF
RGB
CMYK
RGB Variations
Color information
#BE3DDF (or 0xBE3DDF) is known color: Medium Orchid. HEX triplet: BE, 3D and DF. RGB value is (190,61,223). Sum of RGB (Red+Green+Blue) = 190+61+223=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 61 (24.22% from 255 or 12.87% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE3DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE3DDF is #41C220. Grayscale: #757575. Windows color (decimal): -4309537 or 14630334. OLE color: 14630334.
HSL color Cylindrical-coordinate representation of color #BE3DDF: hue angle of 287.78º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BE3DDF is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 61 | 223 | - |
| CMYK | 0.15 | 0.73 | 0 | 0.13 |
| HSL | 287.78º | 0.72% | 0.56% | - |
| HSV(B) | 287.78º | 0.73% | 0.87% | - |
| XYZ | 36.22 | 19.61 | 71.69 | - |
| YUV | 118.04 | 187.24 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 61 | 223 | 0.15 | 0.73 | 0 | 0.13 | 287.78 | 0.72 | 0.56 |
| Hex | BE | 3D | DF | F | 49 | 0 | D | 120 | 48 | 38 |
| Octal | 276 | 75 | 337 | 17 | 111 | 0 | 15 | 440 | 110 | 70 |
| Binary | 10111110 | 111101 | 11011111 | 1111 | 1001001 | 0 | 1101 | 100100000 | 1001000 | 111000 |
Color Harmonies of #BE3DDF
Complementary color
Monochromatic Colors of #BE3DDF
Black with #BE3DDF
Text Example
Text Example
White with #BE3DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3DDF; }
p { color: rgb(190,61,223); }
H1.HeaderClassName
{
color: #BE3DDF;
}
.AnyTagClassName
{
color: #BE3DDF;
}
</style>
background-color css
<style>
a { background-color: #BE3DDF; }
a { background-color: rgb(190,61,223); }
div.DivClassName
{
background-color: #BE3DDF;
}
.BgClassName
{
background-color: #BE3DDF;
}
</style>
border-color css
<style>
span { border-color: #BE3DDF; }
span { border-color: rgb(190,61,223); }
td.TdClassName
{
border-color: #BE3DDF;
}
.TagClassName
{
border-color: #BE3DDF;
}
</style>