Shades of Medium Orchid #BC33F2
Tints of Medium Orchid #BC33F2
RGB
CMYK
RGB Variations
Color information
#BC33F2 (or 0xBC33F2) is known color: Medium Orchid. HEX triplet: BC, 33 and F2. RGB value is (188,51,242). Sum of RGB (Red+Green+Blue) = 188+51+242=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 51 (20.31% from 255 or 10.60% from 481); Blue value is 242 (94.92% from 255 or 50.31% from 481); Max value from RGB is 242 - color contains mainly: blue. Hex color #BC33F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC33F2 is #43CC0D. Grayscale: #717171. Windows color (decimal): -4443150 or 15872956. OLE color: 15872956.
HSL color Cylindrical-coordinate representation of color #BC33F2: hue angle of 283.04º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC33F2 is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 51 | 242 | - |
| CMYK | 0.22 | 0.79 | 0 | 0.05 |
| HSL | 283.04º | 0.88% | 0.57% | - |
| HSV(B) | 283.04º | 0.79% | 0.95% | - |
| XYZ | 37.95 | 19.47 | 85.76 | - |
| YUV | 113.74 | 200.39 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 51 | 242 | 0.22 | 0.79 | 0 | 0.05 | 283.04 | 0.88 | 0.57 |
| Hex | BC | 33 | F2 | 16 | 4F | 0 | 5 | 11B | 58 | 39 |
| Octal | 274 | 63 | 362 | 26 | 117 | 0 | 5 | 433 | 130 | 71 |
| Binary | 10111100 | 110011 | 11110010 | 10110 | 1001111 | 0 | 101 | 100011011 | 1011000 | 111001 |
Color Harmonies of #BC33F2
Complementary color
Monochromatic Colors of #BC33F2
Black with #BC33F2
Text Example
Text Example
White with #BC33F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC33F2; }
p { color: rgb(188,51,242); }
H1.HeaderClassName
{
color: #BC33F2;
}
.AnyTagClassName
{
color: #BC33F2;
}
</style>
background-color css
<style>
a { background-color: #BC33F2; }
a { background-color: rgb(188,51,242); }
div.DivClassName
{
background-color: #BC33F2;
}
.BgClassName
{
background-color: #BC33F2;
}
</style>
border-color css
<style>
span { border-color: #BC33F2; }
span { border-color: rgb(188,51,242); }
td.TdClassName
{
border-color: #BC33F2;
}
.TagClassName
{
border-color: #BC33F2;
}
</style>