Shades of Medium Orchid #BE43D0
Tints of Medium Orchid #BE43D0
RGB
CMYK
RGB Variations
Color information
#BE43D0 (or 0xBE43D0) is known color: Medium Orchid. HEX triplet: BE, 43 and D0. RGB value is (190,67,208). Sum of RGB (Red+Green+Blue) = 190+67+208=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 67 (26.56% from 255 or 14.41% from 465); Blue value is 208 (81.64% from 255 or 44.73% from 465); Max value from RGB is 208 - color contains mainly: blue. Hex color #BE43D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE43D0 is #41BC2F. Grayscale: #777777. Windows color (decimal): -4308016 or 13648830. OLE color: 13648830.
HSL color Cylindrical-coordinate representation of color #BE43D0: hue angle of 292.34º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE43D0 is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 67 | 208 | - |
| CMYK | 0.09 | 0.68 | 0 | 0.18 |
| HSL | 292.34º | 0.6% | 0.54% | - |
| HSV(B) | 292.34º | 0.68% | 0.82% | - |
| XYZ | 34.63 | 19.52 | 61.62 | - |
| YUV | 119.85 | 177.75 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 67 | 208 | 0.09 | 0.68 | 0 | 0.18 | 292.34 | 0.6 | 0.54 |
| Hex | BE | 43 | D0 | 9 | 44 | 0 | 12 | 124 | 3C | 36 |
| Octal | 276 | 103 | 320 | 11 | 104 | 0 | 22 | 444 | 74 | 66 |
| Binary | 10111110 | 1000011 | 11010000 | 1001 | 1000100 | 0 | 10010 | 100100100 | 111100 | 110110 |
Color Harmonies of #BE43D0
Complementary color
Monochromatic Colors of #BE43D0
Black with #BE43D0
Text Example
Text Example
White with #BE43D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE43D0; }
p { color: rgb(190,67,208); }
H1.HeaderClassName
{
color: #BE43D0;
}
.AnyTagClassName
{
color: #BE43D0;
}
</style>
background-color css
<style>
a { background-color: #BE43D0; }
a { background-color: rgb(190,67,208); }
div.DivClassName
{
background-color: #BE43D0;
}
.BgClassName
{
background-color: #BE43D0;
}
</style>
border-color css
<style>
span { border-color: #BE43D0; }
span { border-color: rgb(190,67,208); }
td.TdClassName
{
border-color: #BE43D0;
}
.TagClassName
{
border-color: #BE43D0;
}
</style>