Shades of Medium Orchid #BC2FD5
Tints of Medium Orchid #BC2FD5
RGB
CMYK
RGB Variations
Color information
#BC2FD5 (or 0xBC2FD5) is known color: Medium Orchid. HEX triplet: BC, 2F and D5. RGB value is (188,47,213). Sum of RGB (Red+Green+Blue) = 188+47+213=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 47 (18.75% from 255 or 10.49% from 448); Blue value is 213 (83.59% from 255 or 47.54% from 448); Max value from RGB is 213 - color contains mainly: blue. Hex color #BC2FD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2FD5 is #43D02A. Grayscale: #6B6B6B. Windows color (decimal): -4444203 or 13971388. OLE color: 13971388.
HSL color Cylindrical-coordinate representation of color #BC2FD5: hue angle of 290.96º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC2FD5 is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 47 | 213 | - |
| CMYK | 0.12 | 0.78 | 0 | 0.16 |
| HSL | 290.96º | 0.66% | 0.51% | - |
| HSV(B) | 290.96º | 0.78% | 0.84% | - |
| XYZ | 33.77 | 17.53 | 64.55 | - |
| YUV | 108.08 | 187.21 | 185 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 47 | 213 | 0.12 | 0.78 | 0 | 0.16 | 290.96 | 0.66 | 0.51 |
| Hex | BC | 2F | D5 | C | 4E | 0 | 10 | 123 | 42 | 33 |
| Octal | 274 | 57 | 325 | 14 | 116 | 0 | 20 | 443 | 102 | 63 |
| Binary | 10111100 | 101111 | 11010101 | 1100 | 1001110 | 0 | 10000 | 100100011 | 1000010 | 110011 |
Color Harmonies of #BC2FD5
Complementary color
Monochromatic Colors of #BC2FD5
Black with #BC2FD5
Text Example
Text Example
White with #BC2FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2FD5; }
p { color: rgb(188,47,213); }
H1.HeaderClassName
{
color: #BC2FD5;
}
.AnyTagClassName
{
color: #BC2FD5;
}
</style>
background-color css
<style>
a { background-color: #BC2FD5; }
a { background-color: rgb(188,47,213); }
div.DivClassName
{
background-color: #BC2FD5;
}
.BgClassName
{
background-color: #BC2FD5;
}
</style>
border-color css
<style>
span { border-color: #BC2FD5; }
span { border-color: rgb(188,47,213); }
td.TdClassName
{
border-color: #BC2FD5;
}
.TagClassName
{
border-color: #BC2FD5;
}
</style>