Shades of Medium Orchid #BE32DA
Tints of Medium Orchid #BE32DA
RGB
CMYK
RGB Variations
Color information
#BE32DA (or 0xBE32DA) is known color: Medium Orchid. HEX triplet: BE, 32 and DA. RGB value is (190,50,218). Sum of RGB (Red+Green+Blue) = 190+50+218=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 50 (19.92% from 255 or 10.92% from 458); Blue value is 218 (85.55% from 255 or 47.60% from 458); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE32DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE32DA is #41CD25. Grayscale: #6E6E6E. Windows color (decimal): -4312358 or 14299838. OLE color: 14299838.
HSL color Cylindrical-coordinate representation of color #BE32DA: hue angle of 290º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BE32DA is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 50 | 218 | - |
| CMYK | 0.13 | 0.77 | 0 | 0.15 |
| HSL | 290º | 0.69% | 0.53% | - |
| HSV(B) | 290º | 0.77% | 0.85% | - |
| XYZ | 35.03 | 18.29 | 68.01 | - |
| YUV | 111.01 | 188.38 | 184.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 50 | 218 | 0.13 | 0.77 | 0 | 0.15 | 290 | 0.69 | 0.53 |
| Hex | BE | 32 | DA | D | 4D | 0 | F | 122 | 45 | 35 |
| Octal | 276 | 62 | 332 | 15 | 115 | 0 | 17 | 442 | 105 | 65 |
| Binary | 10111110 | 110010 | 11011010 | 1101 | 1001101 | 0 | 1111 | 100100010 | 1000101 | 110101 |
Color Harmonies of #BE32DA
Complementary color
Monochromatic Colors of #BE32DA
Black with #BE32DA
Text Example
Text Example
White with #BE32DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE32DA; }
p { color: rgb(190,50,218); }
H1.HeaderClassName
{
color: #BE32DA;
}
.AnyTagClassName
{
color: #BE32DA;
}
</style>
background-color css
<style>
a { background-color: #BE32DA; }
a { background-color: rgb(190,50,218); }
div.DivClassName
{
background-color: #BE32DA;
}
.BgClassName
{
background-color: #BE32DA;
}
</style>
border-color css
<style>
span { border-color: #BE32DA; }
span { border-color: rgb(190,50,218); }
td.TdClassName
{
border-color: #BE32DA;
}
.TagClassName
{
border-color: #BE32DA;
}
</style>