Shades of Medium Orchid #BE45D1
Tints of Medium Orchid #BE45D1
RGB
CMYK
RGB Variations
Color information
#BE45D1 (or 0xBE45D1) is known color: Medium Orchid. HEX triplet: BE, 45 and D1. RGB value is (190,69,209). Sum of RGB (Red+Green+Blue) = 190+69+209=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 69 (27.34% from 255 or 14.74% from 468); Blue value is 209 (82.03% from 255 or 44.66% from 468); Max value from RGB is 209 - color contains mainly: blue. Hex color #BE45D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE45D1 is #41BA2E. Grayscale: #787878. Windows color (decimal): -4307503 or 13714878. OLE color: 13714878.
HSL color Cylindrical-coordinate representation of color #BE45D1: hue angle of 291.86º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE45D1 is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 69 | 209 | - |
| CMYK | 0.09 | 0.67 | 0 | 0.18 |
| HSL | 291.86º | 0.6% | 0.55% | - |
| HSV(B) | 291.86º | 0.67% | 0.82% | - |
| XYZ | 34.87 | 19.81 | 62.31 | - |
| YUV | 121.14 | 177.59 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 69 | 209 | 0.09 | 0.67 | 0 | 0.18 | 291.86 | 0.6 | 0.55 |
| Hex | BE | 45 | D1 | 9 | 43 | 0 | 12 | 124 | 3C | 37 |
| Octal | 276 | 105 | 321 | 11 | 103 | 0 | 22 | 444 | 74 | 67 |
| Binary | 10111110 | 1000101 | 11010001 | 1001 | 1000011 | 0 | 10010 | 100100100 | 111100 | 110111 |
Color Harmonies of #BE45D1
Complementary color
Monochromatic Colors of #BE45D1
Black with #BE45D1
Text Example
Text Example
White with #BE45D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE45D1; }
p { color: rgb(190,69,209); }
H1.HeaderClassName
{
color: #BE45D1;
}
.AnyTagClassName
{
color: #BE45D1;
}
</style>
background-color css
<style>
a { background-color: #BE45D1; }
a { background-color: rgb(190,69,209); }
div.DivClassName
{
background-color: #BE45D1;
}
.BgClassName
{
background-color: #BE45D1;
}
</style>
border-color css
<style>
span { border-color: #BE45D1; }
span { border-color: rgb(190,69,209); }
td.TdClassName
{
border-color: #BE45D1;
}
.TagClassName
{
border-color: #BE45D1;
}
</style>