Shades of Medium Orchid #BE30D0
Tints of Medium Orchid #BE30D0
RGB
CMYK
RGB Variations
Color information
#BE30D0 (or 0xBE30D0) is known color: Medium Orchid. HEX triplet: BE, 30 and D0. RGB value is (190,48,208). Sum of RGB (Red+Green+Blue) = 190+48+208=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 48 (19.14% from 255 or 10.76% from 446); Blue value is 208 (81.64% from 255 or 46.64% from 446); Max value from RGB is 208 - color contains mainly: blue. Hex color #BE30D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE30D0 is #41CF2F. Grayscale: #6C6C6C. Windows color (decimal): -4312880 or 13643966. OLE color: 13643966.
HSL color Cylindrical-coordinate representation of color #BE30D0: hue angle of 293.25º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BE30D0 is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 48 | 208 | - |
| CMYK | 0.09 | 0.77 | 0 | 0.18 |
| HSL | 293.25º | 0.63% | 0.5% | - |
| HSV(B) | 293.25º | 0.77% | 0.82% | - |
| XYZ | 33.68 | 17.62 | 61.3 | - |
| YUV | 108.7 | 184.04 | 185.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 48 | 208 | 0.09 | 0.77 | 0 | 0.18 | 293.25 | 0.63 | 0.5 |
| Hex | BE | 30 | D0 | 9 | 4D | 0 | 12 | 125 | 3F | 32 |
| Octal | 276 | 60 | 320 | 11 | 115 | 0 | 22 | 445 | 77 | 62 |
| Binary | 10111110 | 110000 | 11010000 | 1001 | 1001101 | 0 | 10010 | 100100101 | 111111 | 110010 |
Color Harmonies of #BE30D0
Complementary color
Monochromatic Colors of #BE30D0
Black with #BE30D0
Text Example
Text Example
White with #BE30D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE30D0; }
p { color: rgb(190,48,208); }
H1.HeaderClassName
{
color: #BE30D0;
}
.AnyTagClassName
{
color: #BE30D0;
}
</style>
background-color css
<style>
a { background-color: #BE30D0; }
a { background-color: rgb(190,48,208); }
div.DivClassName
{
background-color: #BE30D0;
}
.BgClassName
{
background-color: #BE30D0;
}
</style>
border-color css
<style>
span { border-color: #BE30D0; }
span { border-color: rgb(190,48,208); }
td.TdClassName
{
border-color: #BE30D0;
}
.TagClassName
{
border-color: #BE30D0;
}
</style>