Shades of Medium Orchid #BC41D2
Tints of Medium Orchid #BC41D2
RGB
CMYK
RGB Variations
Color information
#BC41D2 (or 0xBC41D2) is known color: Medium Orchid. HEX triplet: BC, 41 and D2. RGB value is (188,65,210). Sum of RGB (Red+Green+Blue) = 188+65+210=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 65 (25.78% from 255 or 14.04% from 463); Blue value is 210 (82.42% from 255 or 45.36% from 463); Max value from RGB is 210 - color contains mainly: blue. Hex color #BC41D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC41D2 is #43BE2D. Grayscale: #757575. Windows color (decimal): -4439598 or 13779388. OLE color: 13779388.
HSL color Cylindrical-coordinate representation of color #BC41D2: hue angle of 290.9º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC41D2 is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 65 | 210 | - |
| CMYK | 0.10 | 0.69 | 0 | 0.18 |
| HSL | 290.9º | 0.62% | 0.54% | - |
| HSV(B) | 290.9º | 0.69% | 0.82% | - |
| XYZ | 34.26 | 19.13 | 62.86 | - |
| YUV | 118.31 | 179.75 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 65 | 210 | 0.10 | 0.69 | 0 | 0.18 | 290.9 | 0.62 | 0.54 |
| Hex | BC | 41 | D2 | A | 45 | 0 | 12 | 123 | 3E | 36 |
| Octal | 274 | 101 | 322 | 12 | 105 | 0 | 22 | 443 | 76 | 66 |
| Binary | 10111100 | 1000001 | 11010010 | 1010 | 1000101 | 0 | 10010 | 100100011 | 111110 | 110110 |
Color Harmonies of #BC41D2
Complementary color
Monochromatic Colors of #BC41D2
Black with #BC41D2
Text Example
Text Example
White with #BC41D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC41D2; }
p { color: rgb(188,65,210); }
H1.HeaderClassName
{
color: #BC41D2;
}
.AnyTagClassName
{
color: #BC41D2;
}
</style>
background-color css
<style>
a { background-color: #BC41D2; }
a { background-color: rgb(188,65,210); }
div.DivClassName
{
background-color: #BC41D2;
}
.BgClassName
{
background-color: #BC41D2;
}
</style>
border-color css
<style>
span { border-color: #BC41D2; }
span { border-color: rgb(188,65,210); }
td.TdClassName
{
border-color: #BC41D2;
}
.TagClassName
{
border-color: #BC41D2;
}
</style>