Shades of Medium Orchid #BC3FD3
Tints of Medium Orchid #BC3FD3
RGB
CMYK
RGB Variations
Color information
#BC3FD3 (or 0xBC3FD3) is known color: Medium Orchid. HEX triplet: BC, 3F and D3. RGB value is (188,63,211). Sum of RGB (Red+Green+Blue) = 188+63+211=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 63 (25% from 255 or 13.64% from 462); Blue value is 211 (82.81% from 255 or 45.67% from 462); Max value from RGB is 211 - color contains mainly: blue. Hex color #BC3FD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3FD3 is #43C02C. Grayscale: #747474. Windows color (decimal): -4440109 or 13844412. OLE color: 13844412.
HSL color Cylindrical-coordinate representation of color #BC3FD3: hue angle of 290.68º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC3FD3 is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 63 | 211 | - |
| CMYK | 0.11 | 0.70 | 0 | 0.17 |
| HSL | 290.68º | 0.63% | 0.54% | - |
| HSV(B) | 290.68º | 0.7% | 0.83% | - |
| XYZ | 34.27 | 18.95 | 63.48 | - |
| YUV | 117.25 | 180.91 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 63 | 211 | 0.11 | 0.70 | 0 | 0.17 | 290.68 | 0.63 | 0.54 |
| Hex | BC | 3F | D3 | B | 46 | 0 | 11 | 123 | 3F | 36 |
| Octal | 274 | 77 | 323 | 13 | 106 | 0 | 21 | 443 | 77 | 66 |
| Binary | 10111100 | 111111 | 11010011 | 1011 | 1000110 | 0 | 10001 | 100100011 | 111111 | 110110 |
Color Harmonies of #BC3FD3
Complementary color
Monochromatic Colors of #BC3FD3
Black with #BC3FD3
Text Example
Text Example
White with #BC3FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3FD3; }
p { color: rgb(188,63,211); }
H1.HeaderClassName
{
color: #BC3FD3;
}
.AnyTagClassName
{
color: #BC3FD3;
}
</style>
background-color css
<style>
a { background-color: #BC3FD3; }
a { background-color: rgb(188,63,211); }
div.DivClassName
{
background-color: #BC3FD3;
}
.BgClassName
{
background-color: #BC3FD3;
}
</style>
border-color css
<style>
span { border-color: #BC3FD3; }
span { border-color: rgb(188,63,211); }
td.TdClassName
{
border-color: #BC3FD3;
}
.TagClassName
{
border-color: #BC3FD3;
}
</style>