Shades of Medium Orchid #BC2FCE
Tints of Medium Orchid #BC2FCE
RGB
CMYK
RGB Variations
Color information
#BC2FCE (or 0xBC2FCE) is known color: Medium Orchid. HEX triplet: BC, 2F and CE. RGB value is (188,47,206). Sum of RGB (Red+Green+Blue) = 188+47+206=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 47 (18.75% from 255 or 10.66% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC2FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2FCE is #43D031. Grayscale: #6A6A6A. Windows color (decimal): -4444210 or 13512636. OLE color: 13512636.
HSL color Cylindrical-coordinate representation of color #BC2FCE: hue angle of 293.21º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC2FCE is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 47 | 206 | - |
| CMYK | 0.09 | 0.77 | 0 | 0.19 |
| HSL | 293.21º | 0.63% | 0.5% | - |
| HSV(B) | 293.21º | 0.77% | 0.81% | - |
| XYZ | 32.9 | 17.18 | 59.97 | - |
| YUV | 107.29 | 183.71 | 185.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 47 | 206 | 0.09 | 0.77 | 0 | 0.19 | 293.21 | 0.63 | 0.5 |
| Hex | BC | 2F | CE | 9 | 4D | 0 | 13 | 125 | 3F | 32 |
| Octal | 274 | 57 | 316 | 11 | 115 | 0 | 23 | 445 | 77 | 62 |
| Binary | 10111100 | 101111 | 11001110 | 1001 | 1001101 | 0 | 10011 | 100100101 | 111111 | 110010 |
Color Harmonies of #BC2FCE
Complementary color
Monochromatic Colors of #BC2FCE
Black with #BC2FCE
Text Example
Text Example
White with #BC2FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2FCE; }
p { color: rgb(188,47,206); }
H1.HeaderClassName
{
color: #BC2FCE;
}
.AnyTagClassName
{
color: #BC2FCE;
}
</style>
background-color css
<style>
a { background-color: #BC2FCE; }
a { background-color: rgb(188,47,206); }
div.DivClassName
{
background-color: #BC2FCE;
}
.BgClassName
{
background-color: #BC2FCE;
}
</style>
border-color css
<style>
span { border-color: #BC2FCE; }
span { border-color: rgb(188,47,206); }
td.TdClassName
{
border-color: #BC2FCE;
}
.TagClassName
{
border-color: #BC2FCE;
}
</style>