Shades of Medium Orchid #BC3ADF
Tints of Medium Orchid #BC3ADF
RGB
CMYK
RGB Variations
Color information
#BC3ADF (or 0xBC3ADF) is known color: Medium Orchid. HEX triplet: BC, 3A and DF. RGB value is (188,58,223). Sum of RGB (Red+Green+Blue) = 188+58+223=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 58 (23.05% from 255 or 12.37% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC3ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3ADF is #43C520. Grayscale: #737373. Windows color (decimal): -4441377 or 14629564. OLE color: 14629564.
HSL color Cylindrical-coordinate representation of color #BC3ADF: hue angle of 287.27º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC3ADF is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 58 | 223 | - |
| CMYK | 0.16 | 0.74 | 0 | 0.13 |
| HSL | 287.27º | 0.72% | 0.55% | - |
| HSV(B) | 287.27º | 0.74% | 0.87% | - |
| XYZ | 35.57 | 19.05 | 71.61 | - |
| YUV | 115.68 | 188.57 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 58 | 223 | 0.16 | 0.74 | 0 | 0.13 | 287.27 | 0.72 | 0.55 |
| Hex | BC | 3A | DF | 10 | 4A | 0 | D | 11F | 48 | 37 |
| Octal | 274 | 72 | 337 | 20 | 112 | 0 | 15 | 437 | 110 | 67 |
| Binary | 10111100 | 111010 | 11011111 | 10000 | 1001010 | 0 | 1101 | 100011111 | 1001000 | 110111 |
Color Harmonies of #BC3ADF
Complementary color
Monochromatic Colors of #BC3ADF
Black with #BC3ADF
Text Example
Text Example
White with #BC3ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3ADF; }
p { color: rgb(188,58,223); }
H1.HeaderClassName
{
color: #BC3ADF;
}
.AnyTagClassName
{
color: #BC3ADF;
}
</style>
background-color css
<style>
a { background-color: #BC3ADF; }
a { background-color: rgb(188,58,223); }
div.DivClassName
{
background-color: #BC3ADF;
}
.BgClassName
{
background-color: #BC3ADF;
}
</style>
border-color css
<style>
span { border-color: #BC3ADF; }
span { border-color: rgb(188,58,223); }
td.TdClassName
{
border-color: #BC3ADF;
}
.TagClassName
{
border-color: #BC3ADF;
}
</style>