Shades of Medium Orchid #BE33DB
Tints of Medium Orchid #BE33DB
RGB
CMYK
RGB Variations
Color information
#BE33DB (or 0xBE33DB) is known color: Medium Orchid. HEX triplet: BE, 33 and DB. RGB value is (190,51,219). Sum of RGB (Red+Green+Blue) = 190+51+219=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 51 (20.31% from 255 or 11.09% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE33DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE33DB is #41CC24. Grayscale: #6F6F6F. Windows color (decimal): -4312101 or 14365630. OLE color: 14365630.
HSL color Cylindrical-coordinate representation of color #BE33DB: hue angle of 289.64º degrees, saturation: 0.7, 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 #BE33DB is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 51 | 219 | - |
| CMYK | 0.13 | 0.77 | 0 | 0.14 |
| HSL | 289.64º | 0.7% | 0.53% | - |
| HSV(B) | 289.64º | 0.77% | 0.86% | - |
| XYZ | 35.21 | 18.43 | 68.72 | - |
| YUV | 111.71 | 188.55 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 51 | 219 | 0.13 | 0.77 | 0 | 0.14 | 289.64 | 0.7 | 0.53 |
| Hex | BE | 33 | DB | D | 4D | 0 | E | 122 | 46 | 35 |
| Octal | 276 | 63 | 333 | 15 | 115 | 0 | 16 | 442 | 106 | 65 |
| Binary | 10111110 | 110011 | 11011011 | 1101 | 1001101 | 0 | 1110 | 100100010 | 1000110 | 110101 |
Color Harmonies of #BE33DB
Complementary color
Monochromatic Colors of #BE33DB
Black with #BE33DB
Text Example
Text Example
White with #BE33DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE33DB; }
p { color: rgb(190,51,219); }
H1.HeaderClassName
{
color: #BE33DB;
}
.AnyTagClassName
{
color: #BE33DB;
}
</style>
background-color css
<style>
a { background-color: #BE33DB; }
a { background-color: rgb(190,51,219); }
div.DivClassName
{
background-color: #BE33DB;
}
.BgClassName
{
background-color: #BE33DB;
}
</style>
border-color css
<style>
span { border-color: #BE33DB; }
span { border-color: rgb(190,51,219); }
td.TdClassName
{
border-color: #BE33DB;
}
.TagClassName
{
border-color: #BE33DB;
}
</style>