Shades of Medium Orchid #BE32CD
Tints of Medium Orchid #BE32CD
RGB
CMYK
RGB Variations
Color information
#BE32CD (or 0xBE32CD) is known color: Medium Orchid. HEX triplet: BE, 32 and CD. RGB value is (190,50,205). Sum of RGB (Red+Green+Blue) = 190+50+205=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 50 (19.92% from 255 or 11.24% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 205 - color contains mainly: blue. Hex color #BE32CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE32CD is #41CD32. Grayscale: #6D6D6D. Windows color (decimal): -4312371 or 13447870. OLE color: 13447870.
HSL color Cylindrical-coordinate representation of color #BE32CD: hue angle of 294.19º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE32CD is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 50 | 205 | - |
| CMYK | 0.07 | 0.76 | 0 | 0.20 |
| HSL | 294.19º | 0.61% | 0.5% | - |
| HSV(B) | 294.19º | 0.76% | 0.8% | - |
| XYZ | 33.4 | 17.64 | 59.4 | - |
| YUV | 109.53 | 181.88 | 185.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 50 | 205 | 0.07 | 0.76 | 0 | 0.20 | 294.19 | 0.61 | 0.5 |
| Hex | BE | 32 | CD | 7 | 4C | 0 | 14 | 126 | 3D | 32 |
| Octal | 276 | 62 | 315 | 7 | 114 | 0 | 24 | 446 | 75 | 62 |
| Binary | 10111110 | 110010 | 11001101 | 111 | 1001100 | 0 | 10100 | 100100110 | 111101 | 110010 |
Color Harmonies of #BE32CD
Complementary color
Monochromatic Colors of #BE32CD
Black with #BE32CD
Text Example
Text Example
White with #BE32CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE32CD; }
p { color: rgb(190,50,205); }
H1.HeaderClassName
{
color: #BE32CD;
}
.AnyTagClassName
{
color: #BE32CD;
}
</style>
background-color css
<style>
a { background-color: #BE32CD; }
a { background-color: rgb(190,50,205); }
div.DivClassName
{
background-color: #BE32CD;
}
.BgClassName
{
background-color: #BE32CD;
}
</style>
border-color css
<style>
span { border-color: #BE32CD; }
span { border-color: rgb(190,50,205); }
td.TdClassName
{
border-color: #BE32CD;
}
.TagClassName
{
border-color: #BE32CD;
}
</style>