Shades of Medium Orchid #BC43D2
Tints of Medium Orchid #BC43D2
RGB
CMYK
RGB Variations
Color information
#BC43D2 (or 0xBC43D2) is known color: Medium Orchid. HEX triplet: BC, 43 and D2. RGB value is (188,67,210). Sum of RGB (Red+Green+Blue) = 188+67+210=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 67 (26.56% from 255 or 14.41% from 465); Blue value is 210 (82.42% from 255 or 45.16% from 465); Max value from RGB is 210 - color contains mainly: blue. Hex color #BC43D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC43D2 is #43BC2D. Grayscale: #777777. Windows color (decimal): -4439086 or 13779900. OLE color: 13779900.
HSL color Cylindrical-coordinate representation of color #BC43D2: hue angle of 290.77º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC43D2 is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 67 | 210 | - |
| CMYK | 0.10 | 0.68 | 0 | 0.18 |
| HSL | 290.77º | 0.61% | 0.54% | - |
| HSV(B) | 290.77º | 0.68% | 0.82% | - |
| XYZ | 34.38 | 19.36 | 62.9 | - |
| YUV | 119.48 | 179.09 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 67 | 210 | 0.10 | 0.68 | 0 | 0.18 | 290.77 | 0.61 | 0.54 |
| Hex | BC | 43 | D2 | A | 44 | 0 | 12 | 123 | 3D | 36 |
| Octal | 274 | 103 | 322 | 12 | 104 | 0 | 22 | 443 | 75 | 66 |
| Binary | 10111100 | 1000011 | 11010010 | 1010 | 1000100 | 0 | 10010 | 100100011 | 111101 | 110110 |
Color Harmonies of #BC43D2
Complementary color
Monochromatic Colors of #BC43D2
Black with #BC43D2
Text Example
Text Example
White with #BC43D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC43D2; }
p { color: rgb(188,67,210); }
H1.HeaderClassName
{
color: #BC43D2;
}
.AnyTagClassName
{
color: #BC43D2;
}
</style>
background-color css
<style>
a { background-color: #BC43D2; }
a { background-color: rgb(188,67,210); }
div.DivClassName
{
background-color: #BC43D2;
}
.BgClassName
{
background-color: #BC43D2;
}
</style>
border-color css
<style>
span { border-color: #BC43D2; }
span { border-color: rgb(188,67,210); }
td.TdClassName
{
border-color: #BC43D2;
}
.TagClassName
{
border-color: #BC43D2;
}
</style>