Shades of Medium Orchid #BC33E4
Tints of Medium Orchid #BC33E4
RGB
CMYK
RGB Variations
Color information
#BC33E4 (or 0xBC33E4) is known color: Medium Orchid. HEX triplet: BC, 33 and E4. RGB value is (188,51,228). Sum of RGB (Red+Green+Blue) = 188+51+228=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 51 (20.31% from 255 or 10.92% from 467); Blue value is 228 (89.45% from 255 or 48.82% from 467); Max value from RGB is 228 - color contains mainly: blue. Hex color #BC33E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC33E4 is #43CC1B. Grayscale: #6F6F6F. Windows color (decimal): -4443164 or 14955452. OLE color: 14955452.
HSL color Cylindrical-coordinate representation of color #BC33E4: hue angle of 286.44º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC33E4 is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 51 | 228 | - |
| CMYK | 0.18 | 0.78 | 0 | 0.11 |
| HSL | 286.44º | 0.77% | 0.55% | - |
| HSV(B) | 286.44º | 0.78% | 0.89% | - |
| XYZ | 35.93 | 18.66 | 75.11 | - |
| YUV | 112.14 | 193.39 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 51 | 228 | 0.18 | 0.78 | 0 | 0.11 | 286.44 | 0.77 | 0.55 |
| Hex | BC | 33 | E4 | 12 | 4E | 0 | B | 11E | 4D | 37 |
| Octal | 274 | 63 | 344 | 22 | 116 | 0 | 13 | 436 | 115 | 67 |
| Binary | 10111100 | 110011 | 11100100 | 10010 | 1001110 | 0 | 1011 | 100011110 | 1001101 | 110111 |
Color Harmonies of #BC33E4
Complementary color
Monochromatic Colors of #BC33E4
Black with #BC33E4
Text Example
Text Example
White with #BC33E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC33E4; }
p { color: rgb(188,51,228); }
H1.HeaderClassName
{
color: #BC33E4;
}
.AnyTagClassName
{
color: #BC33E4;
}
</style>
background-color css
<style>
a { background-color: #BC33E4; }
a { background-color: rgb(188,51,228); }
div.DivClassName
{
background-color: #BC33E4;
}
.BgClassName
{
background-color: #BC33E4;
}
</style>
border-color css
<style>
span { border-color: #BC33E4; }
span { border-color: rgb(188,51,228); }
td.TdClassName
{
border-color: #BC33E4;
}
.TagClassName
{
border-color: #BC33E4;
}
</style>