Shades of Medium Orchid #BE3FDD
Tints of Medium Orchid #BE3FDD
RGB
CMYK
RGB Variations
Color information
#BE3FDD (or 0xBE3FDD) is known color: Medium Orchid. HEX triplet: BE, 3F and DD. RGB value is (190,63,221). Sum of RGB (Red+Green+Blue) = 190+63+221=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 63 (25% from 255 or 13.29% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE3FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE3FDD is #41C022. Grayscale: #767676. Windows color (decimal): -4309027 or 14499774. OLE color: 14499774.
HSL color Cylindrical-coordinate representation of color #BE3FDD: hue angle of 288.23º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BE3FDD is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 63 | 221 | - |
| CMYK | 0.14 | 0.71 | 0 | 0.13 |
| HSL | 288.23º | 0.7% | 0.56% | - |
| HSV(B) | 288.23º | 0.71% | 0.87% | - |
| XYZ | 36.06 | 19.72 | 70.31 | - |
| YUV | 118.99 | 185.58 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 63 | 221 | 0.14 | 0.71 | 0 | 0.13 | 288.23 | 0.7 | 0.56 |
| Hex | BE | 3F | DD | E | 47 | 0 | D | 120 | 46 | 38 |
| Octal | 276 | 77 | 335 | 16 | 107 | 0 | 15 | 440 | 106 | 70 |
| Binary | 10111110 | 111111 | 11011101 | 1110 | 1000111 | 0 | 1101 | 100100000 | 1000110 | 111000 |
Color Harmonies of #BE3FDD
Complementary color
Monochromatic Colors of #BE3FDD
Black with #BE3FDD
Text Example
Text Example
White with #BE3FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3FDD; }
p { color: rgb(190,63,221); }
H1.HeaderClassName
{
color: #BE3FDD;
}
.AnyTagClassName
{
color: #BE3FDD;
}
</style>
background-color css
<style>
a { background-color: #BE3FDD; }
a { background-color: rgb(190,63,221); }
div.DivClassName
{
background-color: #BE3FDD;
}
.BgClassName
{
background-color: #BE3FDD;
}
</style>
border-color css
<style>
span { border-color: #BE3FDD; }
span { border-color: rgb(190,63,221); }
td.TdClassName
{
border-color: #BE3FDD;
}
.TagClassName
{
border-color: #BE3FDD;
}
</style>