Shades of Medium Orchid #BC33DD
Tints of Medium Orchid #BC33DD
RGB
CMYK
RGB Variations
Color information
#BC33DD (or 0xBC33DD) is known color: Medium Orchid. HEX triplet: BC, 33 and DD. RGB value is (188,51,221). Sum of RGB (Red+Green+Blue) = 188+51+221=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 51 (20.31% from 255 or 11.09% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC33DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC33DD is #43CC22. Grayscale: #6E6E6E. Windows color (decimal): -4443171 or 14496700. OLE color: 14496700.
HSL color Cylindrical-coordinate representation of color #BC33DD: hue angle of 288.35º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC33DD is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 51 | 221 | - |
| CMYK | 0.15 | 0.77 | 0 | 0.13 |
| HSL | 288.35º | 0.71% | 0.53% | - |
| HSV(B) | 288.35º | 0.77% | 0.87% | - |
| XYZ | 34.97 | 18.28 | 70.09 | - |
| YUV | 111.34 | 189.89 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 51 | 221 | 0.15 | 0.77 | 0 | 0.13 | 288.35 | 0.71 | 0.53 |
| Hex | BC | 33 | DD | F | 4D | 0 | D | 120 | 47 | 35 |
| Octal | 274 | 63 | 335 | 17 | 115 | 0 | 15 | 440 | 107 | 65 |
| Binary | 10111100 | 110011 | 11011101 | 1111 | 1001101 | 0 | 1101 | 100100000 | 1000111 | 110101 |
Color Harmonies of #BC33DD
Complementary color
Monochromatic Colors of #BC33DD
Black with #BC33DD
Text Example
Text Example
White with #BC33DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC33DD; }
p { color: rgb(188,51,221); }
H1.HeaderClassName
{
color: #BC33DD;
}
.AnyTagClassName
{
color: #BC33DD;
}
</style>
background-color css
<style>
a { background-color: #BC33DD; }
a { background-color: rgb(188,51,221); }
div.DivClassName
{
background-color: #BC33DD;
}
.BgClassName
{
background-color: #BC33DD;
}
</style>
border-color css
<style>
span { border-color: #BC33DD; }
span { border-color: rgb(188,51,221); }
td.TdClassName
{
border-color: #BC33DD;
}
.TagClassName
{
border-color: #BC33DD;
}
</style>