Shades of Medium Orchid #BC33E5
Tints of Medium Orchid #BC33E5
RGB
CMYK
RGB Variations
Color information
#BC33E5 (or 0xBC33E5) is known color: Medium Orchid. HEX triplet: BC, 33 and E5. RGB value is (188,51,229). Sum of RGB (Red+Green+Blue) = 188+51+229=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 51 (20.31% from 255 or 10.90% from 468); Blue value is 229 (89.84% from 255 or 48.93% from 468); Max value from RGB is 229 - color contains mainly: blue. Hex color #BC33E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC33E5 is #43CC1A. Grayscale: #6F6F6F. Windows color (decimal): -4443163 or 15020988. OLE color: 15020988.
HSL color Cylindrical-coordinate representation of color #BC33E5: hue angle of 286.18º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC33E5 is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 51 | 229 | - |
| CMYK | 0.18 | 0.78 | 0 | 0.10 |
| HSL | 286.18º | 0.77% | 0.55% | - |
| HSV(B) | 286.18º | 0.78% | 0.9% | - |
| XYZ | 36.07 | 18.72 | 75.84 | - |
| YUV | 112.26 | 193.89 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 51 | 229 | 0.18 | 0.78 | 0 | 0.10 | 286.18 | 0.77 | 0.55 |
| Hex | BC | 33 | E5 | 12 | 4E | 0 | A | 11E | 4D | 37 |
| Octal | 274 | 63 | 345 | 22 | 116 | 0 | 12 | 436 | 115 | 67 |
| Binary | 10111100 | 110011 | 11100101 | 10010 | 1001110 | 0 | 1010 | 100011110 | 1001101 | 110111 |
Color Harmonies of #BC33E5
Complementary color
Monochromatic Colors of #BC33E5
Black with #BC33E5
Text Example
Text Example
White with #BC33E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC33E5; }
p { color: rgb(188,51,229); }
H1.HeaderClassName
{
color: #BC33E5;
}
.AnyTagClassName
{
color: #BC33E5;
}
</style>
background-color css
<style>
a { background-color: #BC33E5; }
a { background-color: rgb(188,51,229); }
div.DivClassName
{
background-color: #BC33E5;
}
.BgClassName
{
background-color: #BC33E5;
}
</style>
border-color css
<style>
span { border-color: #BC33E5; }
span { border-color: rgb(188,51,229); }
td.TdClassName
{
border-color: #BC33E5;
}
.TagClassName
{
border-color: #BC33E5;
}
</style>