Shades of Medium Orchid #BC4DDD
Tints of Medium Orchid #BC4DDD
RGB
CMYK
RGB Variations
Color information
#BC4DDD (or 0xBC4DDD) is known color: Medium Orchid. HEX triplet: BC, 4D and DD. RGB value is (188,77,221). Sum of RGB (Red+Green+Blue) = 188+77+221=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 77 (30.47% from 255 or 15.84% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC4DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC4DDD is #43B222. Grayscale: #7E7E7E. Windows color (decimal): -4436515 or 14503356. OLE color: 14503356.
HSL color Cylindrical-coordinate representation of color #BC4DDD: hue angle of 286.25º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC4DDD is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 77 | 221 | - |
| CMYK | 0.15 | 0.65 | 0 | 0.13 |
| HSL | 286.25º | 0.68% | 0.58% | - |
| HSV(B) | 286.25º | 0.65% | 0.87% | - |
| XYZ | 36.44 | 21.22 | 70.58 | - |
| YUV | 126.61 | 181.27 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 77 | 221 | 0.15 | 0.65 | 0 | 0.13 | 286.25 | 0.68 | 0.58 |
| Hex | BC | 4D | DD | F | 41 | 0 | D | 11E | 44 | 3A |
| Octal | 274 | 115 | 335 | 17 | 101 | 0 | 15 | 436 | 104 | 72 |
| Binary | 10111100 | 1001101 | 11011101 | 1111 | 1000001 | 0 | 1101 | 100011110 | 1000100 | 111010 |
Color Harmonies of #BC4DDD
Complementary color
Monochromatic Colors of #BC4DDD
Black with #BC4DDD
Text Example
Text Example
White with #BC4DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4DDD; }
p { color: rgb(188,77,221); }
H1.HeaderClassName
{
color: #BC4DDD;
}
.AnyTagClassName
{
color: #BC4DDD;
}
</style>
background-color css
<style>
a { background-color: #BC4DDD; }
a { background-color: rgb(188,77,221); }
div.DivClassName
{
background-color: #BC4DDD;
}
.BgClassName
{
background-color: #BC4DDD;
}
</style>
border-color css
<style>
span { border-color: #BC4DDD; }
span { border-color: rgb(188,77,221); }
td.TdClassName
{
border-color: #BC4DDD;
}
.TagClassName
{
border-color: #BC4DDD;
}
</style>