Shades of Medium Orchid #BC33DF
Tints of Medium Orchid #BC33DF
RGB
CMYK
RGB Variations
Color information
#BC33DF (or 0xBC33DF) is known color: Medium Orchid. HEX triplet: BC, 33 and DF. RGB value is (188,51,223). Sum of RGB (Red+Green+Blue) = 188+51+223=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 51 (20.31% from 255 or 11.04% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC33DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC33DF is #43CC20. Grayscale: #6F6F6F. Windows color (decimal): -4443169 or 14627772. OLE color: 14627772.
HSL color Cylindrical-coordinate representation of color #BC33DF: hue angle of 287.79º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC33DF is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 51 | 223 | - |
| CMYK | 0.16 | 0.77 | 0 | 0.13 |
| HSL | 287.79º | 0.73% | 0.54% | - |
| HSV(B) | 287.79º | 0.77% | 0.87% | - |
| XYZ | 35.24 | 18.39 | 71.5 | - |
| YUV | 111.57 | 190.89 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 51 | 223 | 0.16 | 0.77 | 0 | 0.13 | 287.79 | 0.73 | 0.54 |
| Hex | BC | 33 | DF | 10 | 4D | 0 | D | 120 | 49 | 36 |
| Octal | 274 | 63 | 337 | 20 | 115 | 0 | 15 | 440 | 111 | 66 |
| Binary | 10111100 | 110011 | 11011111 | 10000 | 1001101 | 0 | 1101 | 100100000 | 1001001 | 110110 |
Color Harmonies of #BC33DF
Complementary color
Monochromatic Colors of #BC33DF
Black with #BC33DF
Text Example
Text Example
White with #BC33DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC33DF; }
p { color: rgb(188,51,223); }
H1.HeaderClassName
{
color: #BC33DF;
}
.AnyTagClassName
{
color: #BC33DF;
}
</style>
background-color css
<style>
a { background-color: #BC33DF; }
a { background-color: rgb(188,51,223); }
div.DivClassName
{
background-color: #BC33DF;
}
.BgClassName
{
background-color: #BC33DF;
}
</style>
border-color css
<style>
span { border-color: #BC33DF; }
span { border-color: rgb(188,51,223); }
td.TdClassName
{
border-color: #BC33DF;
}
.TagClassName
{
border-color: #BC33DF;
}
</style>