Shades of Medium Orchid #BE42CE
Tints of Medium Orchid #BE42CE
RGB
CMYK
RGB Variations
Color information
#BE42CE (or 0xBE42CE) is known color: Medium Orchid. HEX triplet: BE, 42 and CE. RGB value is (190,66,206). Sum of RGB (Red+Green+Blue) = 190+66+206=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 66 (26.17% from 255 or 14.29% from 462); Blue value is 206 (80.86% from 255 or 44.59% from 462); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE42CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE42CE is #41BD31. Grayscale: #767676. Windows color (decimal): -4308274 or 13517502. OLE color: 13517502.
HSL color Cylindrical-coordinate representation of color #BE42CE: hue angle of 293.14º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE42CE is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 66 | 206 | - |
| CMYK | 0.08 | 0.68 | 0 | 0.19 |
| HSL | 293.14º | 0.59% | 0.53% | - |
| HSV(B) | 293.14º | 0.68% | 0.81% | - |
| XYZ | 34.32 | 19.3 | 60.31 | - |
| YUV | 119.04 | 177.08 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 66 | 206 | 0.08 | 0.68 | 0 | 0.19 | 293.14 | 0.59 | 0.53 |
| Hex | BE | 42 | CE | 8 | 44 | 0 | 13 | 125 | 3B | 35 |
| Octal | 276 | 102 | 316 | 10 | 104 | 0 | 23 | 445 | 73 | 65 |
| Binary | 10111110 | 1000010 | 11001110 | 1000 | 1000100 | 0 | 10011 | 100100101 | 111011 | 110101 |
Color Harmonies of #BE42CE
Complementary color
Monochromatic Colors of #BE42CE
Black with #BE42CE
Text Example
Text Example
White with #BE42CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE42CE; }
p { color: rgb(190,66,206); }
H1.HeaderClassName
{
color: #BE42CE;
}
.AnyTagClassName
{
color: #BE42CE;
}
</style>
background-color css
<style>
a { background-color: #BE42CE; }
a { background-color: rgb(190,66,206); }
div.DivClassName
{
background-color: #BE42CE;
}
.BgClassName
{
background-color: #BE42CE;
}
</style>
border-color css
<style>
span { border-color: #BE42CE; }
span { border-color: rgb(190,66,206); }
td.TdClassName
{
border-color: #BE42CE;
}
.TagClassName
{
border-color: #BE42CE;
}
</style>