Shades of Medium Orchid #BC33E3
Tints of Medium Orchid #BC33E3
RGB
CMYK
RGB Variations
Color information
#BC33E3 (or 0xBC33E3) is known color: Medium Orchid. HEX triplet: BC, 33 and E3. RGB value is (188,51,227). Sum of RGB (Red+Green+Blue) = 188+51+227=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 51 (20.31% from 255 or 10.94% from 466); Blue value is 227 (89.06% from 255 or 48.71% from 466); Max value from RGB is 227 - color contains mainly: blue. Hex color #BC33E3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC33E3 is #43CC1C. Grayscale: #6F6F6F. Windows color (decimal): -4443165 or 14889916. OLE color: 14889916.
HSL color Cylindrical-coordinate representation of color #BC33E3: hue angle of 286.7º degrees, saturation: 0.76, 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 #BC33E3 is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 51 | 227 | - |
| CMYK | 0.17 | 0.78 | 0 | 0.11 |
| HSL | 286.7º | 0.76% | 0.55% | - |
| HSV(B) | 286.7º | 0.78% | 0.89% | - |
| XYZ | 35.79 | 18.61 | 74.38 | - |
| YUV | 112.03 | 192.89 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 51 | 227 | 0.17 | 0.78 | 0 | 0.11 | 286.7 | 0.76 | 0.55 |
| Hex | BC | 33 | E3 | 11 | 4E | 0 | B | 11F | 4C | 37 |
| Octal | 274 | 63 | 343 | 21 | 116 | 0 | 13 | 437 | 114 | 67 |
| Binary | 10111100 | 110011 | 11100011 | 10001 | 1001110 | 0 | 1011 | 100011111 | 1001100 | 110111 |
Color Harmonies of #BC33E3
Complementary color
Monochromatic Colors of #BC33E3
Black with #BC33E3
Text Example
Text Example
White with #BC33E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC33E3; }
p { color: rgb(188,51,227); }
H1.HeaderClassName
{
color: #BC33E3;
}
.AnyTagClassName
{
color: #BC33E3;
}
</style>
background-color css
<style>
a { background-color: #BC33E3; }
a { background-color: rgb(188,51,227); }
div.DivClassName
{
background-color: #BC33E3;
}
.BgClassName
{
background-color: #BC33E3;
}
</style>
border-color css
<style>
span { border-color: #BC33E3; }
span { border-color: rgb(188,51,227); }
td.TdClassName
{
border-color: #BC33E3;
}
.TagClassName
{
border-color: #BC33E3;
}
</style>