Shades of Medium Orchid #BE33D5
Tints of Medium Orchid #BE33D5
RGB
CMYK
RGB Variations
Color information
#BE33D5 (or 0xBE33D5) is known color: Medium Orchid. HEX triplet: BE, 33 and D5. RGB value is (190,51,213). Sum of RGB (Red+Green+Blue) = 190+51+213=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 51 (20.31% from 255 or 11.23% from 454); Blue value is 213 (83.59% from 255 or 46.92% from 454); Max value from RGB is 213 - color contains mainly: blue. Hex color #BE33D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE33D5 is #41CC2A. Grayscale: #6E6E6E. Windows color (decimal): -4312107 or 13972414. OLE color: 13972414.
HSL color Cylindrical-coordinate representation of color #BE33D5: hue angle of 291.48º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE33D5 is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 51 | 213 | - |
| CMYK | 0.11 | 0.76 | 0 | 0.16 |
| HSL | 291.48º | 0.66% | 0.52% | - |
| HSV(B) | 291.48º | 0.76% | 0.84% | - |
| XYZ | 34.43 | 18.12 | 64.63 | - |
| YUV | 111.03 | 185.55 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 51 | 213 | 0.11 | 0.76 | 0 | 0.16 | 291.48 | 0.66 | 0.52 |
| Hex | BE | 33 | D5 | B | 4C | 0 | 10 | 123 | 42 | 34 |
| Octal | 276 | 63 | 325 | 13 | 114 | 0 | 20 | 443 | 102 | 64 |
| Binary | 10111110 | 110011 | 11010101 | 1011 | 1001100 | 0 | 10000 | 100100011 | 1000010 | 110100 |
Color Harmonies of #BE33D5
Complementary color
Monochromatic Colors of #BE33D5
Black with #BE33D5
Text Example
Text Example
White with #BE33D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE33D5; }
p { color: rgb(190,51,213); }
H1.HeaderClassName
{
color: #BE33D5;
}
.AnyTagClassName
{
color: #BE33D5;
}
</style>
background-color css
<style>
a { background-color: #BE33D5; }
a { background-color: rgb(190,51,213); }
div.DivClassName
{
background-color: #BE33D5;
}
.BgClassName
{
background-color: #BE33D5;
}
</style>
border-color css
<style>
span { border-color: #BE33D5; }
span { border-color: rgb(190,51,213); }
td.TdClassName
{
border-color: #BE33D5;
}
.TagClassName
{
border-color: #BE33D5;
}
</style>