Shades of Medium Orchid #BC43DA
Tints of Medium Orchid #BC43DA
RGB
CMYK
RGB Variations
Color information
#BC43DA (or 0xBC43DA) is known color: Medium Orchid. HEX triplet: BC, 43 and DA. RGB value is (188,67,218). Sum of RGB (Red+Green+Blue) = 188+67+218=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 67 (26.56% from 255 or 14.16% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC43DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC43DA is #43BC25. Grayscale: #777777. Windows color (decimal): -4439078 or 14304188. OLE color: 14304188.
HSL color Cylindrical-coordinate representation of color #BC43DA: hue angle of 288.08º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC43DA is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 67 | 218 | - |
| CMYK | 0.14 | 0.69 | 0 | 0.15 |
| HSL | 288.08º | 0.67% | 0.56% | - |
| HSV(B) | 288.08º | 0.69% | 0.85% | - |
| XYZ | 35.4 | 19.77 | 68.28 | - |
| YUV | 120.39 | 183.09 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 67 | 218 | 0.14 | 0.69 | 0 | 0.15 | 288.08 | 0.67 | 0.56 |
| Hex | BC | 43 | DA | E | 45 | 0 | F | 120 | 43 | 38 |
| Octal | 274 | 103 | 332 | 16 | 105 | 0 | 17 | 440 | 103 | 70 |
| Binary | 10111100 | 1000011 | 11011010 | 1110 | 1000101 | 0 | 1111 | 100100000 | 1000011 | 111000 |
Color Harmonies of #BC43DA
Complementary color
Monochromatic Colors of #BC43DA
Black with #BC43DA
Text Example
Text Example
White with #BC43DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC43DA; }
p { color: rgb(188,67,218); }
H1.HeaderClassName
{
color: #BC43DA;
}
.AnyTagClassName
{
color: #BC43DA;
}
</style>
background-color css
<style>
a { background-color: #BC43DA; }
a { background-color: rgb(188,67,218); }
div.DivClassName
{
background-color: #BC43DA;
}
.BgClassName
{
background-color: #BC43DA;
}
</style>
border-color css
<style>
span { border-color: #BC43DA; }
span { border-color: rgb(188,67,218); }
td.TdClassName
{
border-color: #BC43DA;
}
.TagClassName
{
border-color: #BC43DA;
}
</style>