Shades of Medium Orchid #BE42DA
Tints of Medium Orchid #BE42DA
RGB
CMYK
RGB Variations
Color information
#BE42DA (or 0xBE42DA) is known color: Medium Orchid. HEX triplet: BE, 42 and DA. RGB value is (190,66,218). Sum of RGB (Red+Green+Blue) = 190+66+218=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 66 (26.17% from 255 or 13.92% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE42DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE42DA is #41BD25. Grayscale: #777777. Windows color (decimal): -4308262 or 14303934. OLE color: 14303934.
HSL color Cylindrical-coordinate representation of color #BE42DA: hue angle of 288.95º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BE42DA is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 66 | 218 | - |
| CMYK | 0.13 | 0.70 | 0 | 0.15 |
| HSL | 288.95º | 0.67% | 0.56% | - |
| HSV(B) | 288.95º | 0.7% | 0.85% | - |
| XYZ | 35.84 | 19.91 | 68.28 | - |
| YUV | 120.4 | 183.08 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 66 | 218 | 0.13 | 0.70 | 0 | 0.15 | 288.95 | 0.67 | 0.56 |
| Hex | BE | 42 | DA | D | 46 | 0 | F | 121 | 43 | 38 |
| Octal | 276 | 102 | 332 | 15 | 106 | 0 | 17 | 441 | 103 | 70 |
| Binary | 10111110 | 1000010 | 11011010 | 1101 | 1000110 | 0 | 1111 | 100100001 | 1000011 | 111000 |
Color Harmonies of #BE42DA
Complementary color
Monochromatic Colors of #BE42DA
Black with #BE42DA
Text Example
Text Example
White with #BE42DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE42DA; }
p { color: rgb(190,66,218); }
H1.HeaderClassName
{
color: #BE42DA;
}
.AnyTagClassName
{
color: #BE42DA;
}
</style>
background-color css
<style>
a { background-color: #BE42DA; }
a { background-color: rgb(190,66,218); }
div.DivClassName
{
background-color: #BE42DA;
}
.BgClassName
{
background-color: #BE42DA;
}
</style>
border-color css
<style>
span { border-color: #BE42DA; }
span { border-color: rgb(190,66,218); }
td.TdClassName
{
border-color: #BE42DA;
}
.TagClassName
{
border-color: #BE42DA;
}
</style>