Shades of Medium Orchid #BE33DC
Tints of Medium Orchid #BE33DC
RGB
CMYK
RGB Variations
Color information
#BE33DC (or 0xBE33DC) is known color: Medium Orchid. HEX triplet: BE, 33 and DC. RGB value is (190,51,220). Sum of RGB (Red+Green+Blue) = 190+51+220=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 51 (20.31% from 255 or 11.06% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE33DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE33DC is #41CC23. Grayscale: #6F6F6F. Windows color (decimal): -4312100 or 14431166. OLE color: 14431166.
HSL color Cylindrical-coordinate representation of color #BE33DC: hue angle of 289.35º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BE33DC is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 51 | 220 | - |
| CMYK | 0.14 | 0.77 | 0 | 0.14 |
| HSL | 289.35º | 0.71% | 0.53% | - |
| HSV(B) | 289.35º | 0.77% | 0.86% | - |
| XYZ | 35.34 | 18.48 | 69.42 | - |
| YUV | 111.83 | 189.05 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 51 | 220 | 0.14 | 0.77 | 0 | 0.14 | 289.35 | 0.71 | 0.53 |
| Hex | BE | 33 | DC | E | 4D | 0 | E | 121 | 47 | 35 |
| Octal | 276 | 63 | 334 | 16 | 115 | 0 | 16 | 441 | 107 | 65 |
| Binary | 10111110 | 110011 | 11011100 | 1110 | 1001101 | 0 | 1110 | 100100001 | 1000111 | 110101 |
Color Harmonies of #BE33DC
Complementary color
Monochromatic Colors of #BE33DC
Black with #BE33DC
Text Example
Text Example
White with #BE33DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE33DC; }
p { color: rgb(190,51,220); }
H1.HeaderClassName
{
color: #BE33DC;
}
.AnyTagClassName
{
color: #BE33DC;
}
</style>
background-color css
<style>
a { background-color: #BE33DC; }
a { background-color: rgb(190,51,220); }
div.DivClassName
{
background-color: #BE33DC;
}
.BgClassName
{
background-color: #BE33DC;
}
</style>
border-color css
<style>
span { border-color: #BE33DC; }
span { border-color: rgb(190,51,220); }
td.TdClassName
{
border-color: #BE33DC;
}
.TagClassName
{
border-color: #BE33DC;
}
</style>