Shades of Medium Orchid #BE3DED
Tints of Medium Orchid #BE3DED
RGB
CMYK
RGB Variations
Color information
#BE3DED (or 0xBE3DED) is known color: Medium Orchid. HEX triplet: BE, 3D and ED. RGB value is (190,61,237). Sum of RGB (Red+Green+Blue) = 190+61+237=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 61 (24.22% from 255 or 12.5% from 488); Blue value is 237 (92.97% from 255 or 48.57% from 488); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE3DED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE3DED is #41C212. Grayscale: #777777. Windows color (decimal): -4309523 or 15547838. OLE color: 15547838.
HSL color Cylindrical-coordinate representation of color #BE3DED: hue angle of 283.98º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE3DED is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 61 | 237 | - |
| CMYK | 0.20 | 0.74 | 0 | 0.07 |
| HSL | 283.98º | 0.83% | 0.58% | - |
| HSV(B) | 283.98º | 0.74% | 0.93% | - |
| XYZ | 38.19 | 20.4 | 82.05 | - |
| YUV | 119.64 | 194.24 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 61 | 237 | 0.20 | 0.74 | 0 | 0.07 | 283.98 | 0.83 | 0.58 |
| Hex | BE | 3D | ED | 14 | 4A | 0 | 7 | 11C | 53 | 3A |
| Octal | 276 | 75 | 355 | 24 | 112 | 0 | 7 | 434 | 123 | 72 |
| Binary | 10111110 | 111101 | 11101101 | 10100 | 1001010 | 0 | 111 | 100011100 | 1010011 | 111010 |
Color Harmonies of #BE3DED
Complementary color
Monochromatic Colors of #BE3DED
Black with #BE3DED
Text Example
Text Example
White with #BE3DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3DED; }
p { color: rgb(190,61,237); }
H1.HeaderClassName
{
color: #BE3DED;
}
.AnyTagClassName
{
color: #BE3DED;
}
</style>
background-color css
<style>
a { background-color: #BE3DED; }
a { background-color: rgb(190,61,237); }
div.DivClassName
{
background-color: #BE3DED;
}
.BgClassName
{
background-color: #BE3DED;
}
</style>
border-color css
<style>
span { border-color: #BE3DED; }
span { border-color: rgb(190,61,237); }
td.TdClassName
{
border-color: #BE3DED;
}
.TagClassName
{
border-color: #BE3DED;
}
</style>