Shades of Medium Orchid #BE45CC
Tints of Medium Orchid #BE45CC
RGB
CMYK
RGB Variations
Color information
#BE45CC (or 0xBE45CC) is known color: Medium Orchid. HEX triplet: BE, 45 and CC. RGB value is (190,69,204). Sum of RGB (Red+Green+Blue) = 190+69+204=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 69 (27.34% from 255 or 14.90% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 204 - color contains mainly: blue. Hex color #BE45CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE45CC is #41BA33. Grayscale: #787878. Windows color (decimal): -4307508 or 13387198. OLE color: 13387198.
HSL color Cylindrical-coordinate representation of color #BE45CC: hue angle of 293.78º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE45CC is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 190 | 69 | 204 | - |
| CMYK | 0.07 | 0.66 | 0 | 0.2 |
| HSL | 293.78º | 0.57% | 0.54% | - |
| HSV(B) | 293.78º | 0.66% | 0.8% | - |
| XYZ | 34.26 | 19.56 | 59.1 | - |
| YUV | 120.57 | 175.09 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 69 | 204 | 0.07 | 0.66 | 0 | 0.2 | 293.78 | 0.57 | 0.54 |
| Hex | BE | 45 | CC | 7 | 42 | 0 | 14 | 126 | 39 | 36 |
| Octal | 276 | 105 | 314 | 7 | 102 | 0 | 24 | 446 | 71 | 66 |
| Binary | 10111110 | 1000101 | 11001100 | 111 | 1000010 | 0 | 10100 | 100100110 | 111001 | 110110 |
Color Harmonies of #BE45CC
Complementary color
Monochromatic Colors of #BE45CC
Black with #BE45CC
Text Example
Text Example
White with #BE45CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE45CC; }
p { color: rgb(190,69,204); }
H1.HeaderClassName
{
color: #BE45CC;
}
.AnyTagClassName
{
color: #BE45CC;
}
</style>
background-color css
<style>
a { background-color: #BE45CC; }
a { background-color: rgb(190,69,204); }
div.DivClassName
{
background-color: #BE45CC;
}
.BgClassName
{
background-color: #BE45CC;
}
</style>
border-color css
<style>
span { border-color: #BE45CC; }
span { border-color: rgb(190,69,204); }
td.TdClassName
{
border-color: #BE45CC;
}
.TagClassName
{
border-color: #BE45CC;
}
</style>