Shades of Medium Orchid #BE42CF
Tints of Medium Orchid #BE42CF
RGB
CMYK
RGB Variations
Color information
#BE42CF (or 0xBE42CF) is known color: Medium Orchid. HEX triplet: BE, 42 and CF. RGB value is (190,66,207). Sum of RGB (Red+Green+Blue) = 190+66+207=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 66 (26.17% from 255 or 14.25% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE42CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE42CF is #41BD30. Grayscale: #767676. Windows color (decimal): -4308273 or 13583038. OLE color: 13583038.
HSL color Cylindrical-coordinate representation of color #BE42CF: hue angle of 292.77º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE42CF is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 66 | 207 | - |
| CMYK | 0.08 | 0.68 | 0 | 0.19 |
| HSL | 292.77º | 0.59% | 0.54% | - |
| HSV(B) | 292.77º | 0.68% | 0.81% | - |
| XYZ | 34.45 | 19.35 | 60.95 | - |
| YUV | 119.15 | 177.58 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 66 | 207 | 0.08 | 0.68 | 0 | 0.19 | 292.77 | 0.59 | 0.54 |
| Hex | BE | 42 | CF | 8 | 44 | 0 | 13 | 125 | 3B | 36 |
| Octal | 276 | 102 | 317 | 10 | 104 | 0 | 23 | 445 | 73 | 66 |
| Binary | 10111110 | 1000010 | 11001111 | 1000 | 1000100 | 0 | 10011 | 100100101 | 111011 | 110110 |
Color Harmonies of #BE42CF
Complementary color
Monochromatic Colors of #BE42CF
Black with #BE42CF
Text Example
Text Example
White with #BE42CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE42CF; }
p { color: rgb(190,66,207); }
H1.HeaderClassName
{
color: #BE42CF;
}
.AnyTagClassName
{
color: #BE42CF;
}
</style>
background-color css
<style>
a { background-color: #BE42CF; }
a { background-color: rgb(190,66,207); }
div.DivClassName
{
background-color: #BE42CF;
}
.BgClassName
{
background-color: #BE42CF;
}
</style>
border-color css
<style>
span { border-color: #BE42CF; }
span { border-color: rgb(190,66,207); }
td.TdClassName
{
border-color: #BE42CF;
}
.TagClassName
{
border-color: #BE42CF;
}
</style>