Shades of Medium Orchid #BE42DF
Tints of Medium Orchid #BE42DF
RGB
CMYK
RGB Variations
Color information
#BE42DF (or 0xBE42DF) is known color: Medium Orchid. HEX triplet: BE, 42 and DF. RGB value is (190,66,223). Sum of RGB (Red+Green+Blue) = 190+66+223=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 66 (26.17% from 255 or 13.78% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE42DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE42DF is #41BD20. Grayscale: #787878. Windows color (decimal): -4308257 or 14631614. OLE color: 14631614.
HSL color Cylindrical-coordinate representation of color #BE42DF: hue angle of 287.39º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BE42DF is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 66 | 223 | - |
| CMYK | 0.15 | 0.70 | 0 | 0.13 |
| HSL | 287.39º | 0.71% | 0.57% | - |
| HSV(B) | 287.39º | 0.7% | 0.87% | - |
| XYZ | 36.5 | 20.17 | 71.78 | - |
| YUV | 120.97 | 185.58 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 66 | 223 | 0.15 | 0.70 | 0 | 0.13 | 287.39 | 0.71 | 0.57 |
| Hex | BE | 42 | DF | F | 46 | 0 | D | 11F | 47 | 39 |
| Octal | 276 | 102 | 337 | 17 | 106 | 0 | 15 | 437 | 107 | 71 |
| Binary | 10111110 | 1000010 | 11011111 | 1111 | 1000110 | 0 | 1101 | 100011111 | 1000111 | 111001 |
Color Harmonies of #BE42DF
Complementary color
Monochromatic Colors of #BE42DF
Black with #BE42DF
Text Example
Text Example
White with #BE42DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE42DF; }
p { color: rgb(190,66,223); }
H1.HeaderClassName
{
color: #BE42DF;
}
.AnyTagClassName
{
color: #BE42DF;
}
</style>
background-color css
<style>
a { background-color: #BE42DF; }
a { background-color: rgb(190,66,223); }
div.DivClassName
{
background-color: #BE42DF;
}
.BgClassName
{
background-color: #BE42DF;
}
</style>
border-color css
<style>
span { border-color: #BE42DF; }
span { border-color: rgb(190,66,223); }
td.TdClassName
{
border-color: #BE42DF;
}
.TagClassName
{
border-color: #BE42DF;
}
</style>