Shades of Medium Orchid #BE45DC
Tints of Medium Orchid #BE45DC
RGB
CMYK
RGB Variations
Color information
#BE45DC (or 0xBE45DC) is known color: Medium Orchid. HEX triplet: BE, 45 and DC. RGB value is (190,69,220). Sum of RGB (Red+Green+Blue) = 190+69+220=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 69 (27.34% from 255 or 14.41% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE45DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE45DC is #41BA23. Grayscale: #797979. Windows color (decimal): -4307492 or 14435774. OLE color: 14435774.
HSL color Cylindrical-coordinate representation of color #BE45DC: hue angle of 288.08º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BE45DC is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 69 | 220 | - |
| CMYK | 0.14 | 0.69 | 0 | 0.14 |
| HSL | 288.08º | 0.68% | 0.57% | - |
| HSV(B) | 288.08º | 0.69% | 0.86% | - |
| XYZ | 36.28 | 20.37 | 69.73 | - |
| YUV | 122.39 | 183.09 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 69 | 220 | 0.14 | 0.69 | 0 | 0.14 | 288.08 | 0.68 | 0.57 |
| Hex | BE | 45 | DC | E | 45 | 0 | E | 120 | 44 | 39 |
| Octal | 276 | 105 | 334 | 16 | 105 | 0 | 16 | 440 | 104 | 71 |
| Binary | 10111110 | 1000101 | 11011100 | 1110 | 1000101 | 0 | 1110 | 100100000 | 1000100 | 111001 |
Color Harmonies of #BE45DC
Complementary color
Monochromatic Colors of #BE45DC
Black with #BE45DC
Text Example
Text Example
White with #BE45DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE45DC; }
p { color: rgb(190,69,220); }
H1.HeaderClassName
{
color: #BE45DC;
}
.AnyTagClassName
{
color: #BE45DC;
}
</style>
background-color css
<style>
a { background-color: #BE45DC; }
a { background-color: rgb(190,69,220); }
div.DivClassName
{
background-color: #BE45DC;
}
.BgClassName
{
background-color: #BE45DC;
}
</style>
border-color css
<style>
span { border-color: #BE45DC; }
span { border-color: rgb(190,69,220); }
td.TdClassName
{
border-color: #BE45DC;
}
.TagClassName
{
border-color: #BE45DC;
}
</style>