Shades of Medium Orchid #BC2FDF
Tints of Medium Orchid #BC2FDF
RGB
CMYK
RGB Variations
Color information
#BC2FDF (or 0xBC2FDF) is known color: Medium Orchid. HEX triplet: BC, 2F and DF. RGB value is (188,47,223). Sum of RGB (Red+Green+Blue) = 188+47+223=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 47 (18.75% from 255 or 10.26% from 458); Blue value is 223 (87.5% from 255 or 48.69% from 458); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC2FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2FDF is #43D020. Grayscale: #6C6C6C. Windows color (decimal): -4444193 or 14626748. OLE color: 14626748.
HSL color Cylindrical-coordinate representation of color #BC2FDF: hue angle of 288.07º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC2FDF is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 47 | 223 | - |
| CMYK | 0.16 | 0.79 | 0 | 0.13 |
| HSL | 288.07º | 0.73% | 0.53% | - |
| HSV(B) | 288.07º | 0.79% | 0.87% | - |
| XYZ | 35.07 | 18.05 | 71.45 | - |
| YUV | 109.22 | 192.21 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 47 | 223 | 0.16 | 0.79 | 0 | 0.13 | 288.07 | 0.73 | 0.53 |
| Hex | BC | 2F | DF | 10 | 4F | 0 | D | 120 | 49 | 35 |
| Octal | 274 | 57 | 337 | 20 | 117 | 0 | 15 | 440 | 111 | 65 |
| Binary | 10111100 | 101111 | 11011111 | 10000 | 1001111 | 0 | 1101 | 100100000 | 1001001 | 110101 |
Color Harmonies of #BC2FDF
Complementary color
Monochromatic Colors of #BC2FDF
Black with #BC2FDF
Text Example
Text Example
White with #BC2FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2FDF; }
p { color: rgb(188,47,223); }
H1.HeaderClassName
{
color: #BC2FDF;
}
.AnyTagClassName
{
color: #BC2FDF;
}
</style>
background-color css
<style>
a { background-color: #BC2FDF; }
a { background-color: rgb(188,47,223); }
div.DivClassName
{
background-color: #BC2FDF;
}
.BgClassName
{
background-color: #BC2FDF;
}
</style>
border-color css
<style>
span { border-color: #BC2FDF; }
span { border-color: rgb(188,47,223); }
td.TdClassName
{
border-color: #BC2FDF;
}
.TagClassName
{
border-color: #BC2FDF;
}
</style>