Shades of Medium Orchid #BE33CE
Tints of Medium Orchid #BE33CE
RGB
CMYK
RGB Variations
Color information
#BE33CE (or 0xBE33CE) is known color: Medium Orchid. HEX triplet: BE, 33 and CE. RGB value is (190,51,206). Sum of RGB (Red+Green+Blue) = 190+51+206=447 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.51% from 447); Green value is 51 (20.31% from 255 or 11.41% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE33CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE33CE is #41CC31. Grayscale: #6D6D6D. Windows color (decimal): -4312114 or 13513662. OLE color: 13513662.
HSL color Cylindrical-coordinate representation of color #BE33CE: hue angle of 293.81º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BE33CE is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 51 | 206 | - |
| CMYK | 0.08 | 0.75 | 0 | 0.19 |
| HSL | 293.81º | 0.61% | 0.5% | - |
| HSV(B) | 293.81º | 0.75% | 0.81% | - |
| XYZ | 33.56 | 17.77 | 60.05 | - |
| YUV | 110.23 | 182.05 | 184.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 51 | 206 | 0.08 | 0.75 | 0 | 0.19 | 293.81 | 0.61 | 0.5 |
| Hex | BE | 33 | CE | 8 | 4B | 0 | 13 | 126 | 3D | 32 |
| Octal | 276 | 63 | 316 | 10 | 113 | 0 | 23 | 446 | 75 | 62 |
| Binary | 10111110 | 110011 | 11001110 | 1000 | 1001011 | 0 | 10011 | 100100110 | 111101 | 110010 |
Color Harmonies of #BE33CE
Complementary color
Monochromatic Colors of #BE33CE
Black with #BE33CE
Text Example
Text Example
White with #BE33CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE33CE; }
p { color: rgb(190,51,206); }
H1.HeaderClassName
{
color: #BE33CE;
}
.AnyTagClassName
{
color: #BE33CE;
}
</style>
background-color css
<style>
a { background-color: #BE33CE; }
a { background-color: rgb(190,51,206); }
div.DivClassName
{
background-color: #BE33CE;
}
.BgClassName
{
background-color: #BE33CE;
}
</style>
border-color css
<style>
span { border-color: #BE33CE; }
span { border-color: rgb(190,51,206); }
td.TdClassName
{
border-color: #BE33CE;
}
.TagClassName
{
border-color: #BE33CE;
}
</style>