Shades of Medium Orchid #BC36CF
Tints of Medium Orchid #BC36CF
RGB
CMYK
RGB Variations
Color information
#BC36CF (or 0xBC36CF) is known color: Medium Orchid. HEX triplet: BC, 36 and CF. RGB value is (188,54,207). Sum of RGB (Red+Green+Blue) = 188+54+207=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 54 (21.48% from 255 or 12.03% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC36CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC36CF is #43C930. Grayscale: #6F6F6F. Windows color (decimal): -4442417 or 13579964. OLE color: 13579964.
HSL color Cylindrical-coordinate representation of color #BC36CF: hue angle of 292.55º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC36CF is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 54 | 207 | - |
| CMYK | 0.09 | 0.74 | 0 | 0.19 |
| HSL | 292.55º | 0.61% | 0.51% | - |
| HSV(B) | 292.55º | 0.74% | 0.81% | - |
| XYZ | 33.32 | 17.83 | 60.72 | - |
| YUV | 111.51 | 181.89 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 54 | 207 | 0.09 | 0.74 | 0 | 0.19 | 292.55 | 0.61 | 0.51 |
| Hex | BC | 36 | CF | 9 | 4A | 0 | 13 | 125 | 3D | 33 |
| Octal | 274 | 66 | 317 | 11 | 112 | 0 | 23 | 445 | 75 | 63 |
| Binary | 10111100 | 110110 | 11001111 | 1001 | 1001010 | 0 | 10011 | 100100101 | 111101 | 110011 |
Color Harmonies of #BC36CF
Complementary color
Monochromatic Colors of #BC36CF
Black with #BC36CF
Text Example
Text Example
White with #BC36CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC36CF; }
p { color: rgb(188,54,207); }
H1.HeaderClassName
{
color: #BC36CF;
}
.AnyTagClassName
{
color: #BC36CF;
}
</style>
background-color css
<style>
a { background-color: #BC36CF; }
a { background-color: rgb(188,54,207); }
div.DivClassName
{
background-color: #BC36CF;
}
.BgClassName
{
background-color: #BC36CF;
}
</style>
border-color css
<style>
span { border-color: #BC36CF; }
span { border-color: rgb(188,54,207); }
td.TdClassName
{
border-color: #BC36CF;
}
.TagClassName
{
border-color: #BC36CF;
}
</style>