Shades of Medium Orchid #BC4FDD
Tints of Medium Orchid #BC4FDD
RGB
CMYK
RGB Variations
Color information
#BC4FDD (or 0xBC4FDD) is known color: Medium Orchid. HEX triplet: BC, 4F and DD. RGB value is (188,79,221). Sum of RGB (Red+Green+Blue) = 188+79+221=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 79 (31.25% from 255 or 16.19% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC4FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC4FDD is #43B022. Grayscale: #7F7F7F. Windows color (decimal): -4436003 or 14503868. OLE color: 14503868.
HSL color Cylindrical-coordinate representation of color #BC4FDD: hue angle of 286.06º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC4FDD is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 79 | 221 | - |
| CMYK | 0.15 | 0.64 | 0 | 0.13 |
| HSL | 286.06º | 0.68% | 0.59% | - |
| HSV(B) | 286.06º | 0.64% | 0.87% | - |
| XYZ | 36.59 | 21.5 | 70.63 | - |
| YUV | 127.78 | 180.61 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 79 | 221 | 0.15 | 0.64 | 0 | 0.13 | 286.06 | 0.68 | 0.59 |
| Hex | BC | 4F | DD | F | 40 | 0 | D | 11E | 44 | 3B |
| Octal | 274 | 117 | 335 | 17 | 100 | 0 | 15 | 436 | 104 | 73 |
| Binary | 10111100 | 1001111 | 11011101 | 1111 | 1000000 | 0 | 1101 | 100011110 | 1000100 | 111011 |
Color Harmonies of #BC4FDD
Complementary color
Monochromatic Colors of #BC4FDD
Black with #BC4FDD
Text Example
Text Example
White with #BC4FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4FDD; }
p { color: rgb(188,79,221); }
H1.HeaderClassName
{
color: #BC4FDD;
}
.AnyTagClassName
{
color: #BC4FDD;
}
</style>
background-color css
<style>
a { background-color: #BC4FDD; }
a { background-color: rgb(188,79,221); }
div.DivClassName
{
background-color: #BC4FDD;
}
.BgClassName
{
background-color: #BC4FDD;
}
</style>
border-color css
<style>
span { border-color: #BC4FDD; }
span { border-color: rgb(188,79,221); }
td.TdClassName
{
border-color: #BC4FDD;
}
.TagClassName
{
border-color: #BC4FDD;
}
</style>