Shades of Medium Orchid #BE43CE
Tints of Medium Orchid #BE43CE
RGB
CMYK
RGB Variations
Color information
#BE43CE (or 0xBE43CE) is known color: Medium Orchid. HEX triplet: BE, 43 and CE. RGB value is (190,67,206). Sum of RGB (Red+Green+Blue) = 190+67+206=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 67 (26.56% from 255 or 14.47% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE43CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE43CE is #41BC31. Grayscale: #777777. Windows color (decimal): -4308018 or 13517758. OLE color: 13517758.
HSL color Cylindrical-coordinate representation of color #BE43CE: hue angle of 293.09º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE43CE is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 67 | 206 | - |
| CMYK | 0.08 | 0.67 | 0 | 0.19 |
| HSL | 293.09º | 0.59% | 0.54% | - |
| HSV(B) | 293.09º | 0.67% | 0.81% | - |
| XYZ | 34.38 | 19.42 | 60.33 | - |
| YUV | 119.62 | 176.75 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 67 | 206 | 0.08 | 0.67 | 0 | 0.19 | 293.09 | 0.59 | 0.54 |
| Hex | BE | 43 | CE | 8 | 43 | 0 | 13 | 125 | 3B | 36 |
| Octal | 276 | 103 | 316 | 10 | 103 | 0 | 23 | 445 | 73 | 66 |
| Binary | 10111110 | 1000011 | 11001110 | 1000 | 1000011 | 0 | 10011 | 100100101 | 111011 | 110110 |
Color Harmonies of #BE43CE
Complementary color
Monochromatic Colors of #BE43CE
Black with #BE43CE
Text Example
Text Example
White with #BE43CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE43CE; }
p { color: rgb(190,67,206); }
H1.HeaderClassName
{
color: #BE43CE;
}
.AnyTagClassName
{
color: #BE43CE;
}
</style>
background-color css
<style>
a { background-color: #BE43CE; }
a { background-color: rgb(190,67,206); }
div.DivClassName
{
background-color: #BE43CE;
}
.BgClassName
{
background-color: #BE43CE;
}
</style>
border-color css
<style>
span { border-color: #BE43CE; }
span { border-color: rgb(190,67,206); }
td.TdClassName
{
border-color: #BE43CE;
}
.TagClassName
{
border-color: #BE43CE;
}
</style>