Shades of Medium Orchid #BC4DCE
Tints of Medium Orchid #BC4DCE
RGB
CMYK
RGB Variations
Color information
#BC4DCE (or 0xBC4DCE) is known color: Medium Orchid. HEX triplet: BC, 4D and CE. RGB value is (188,77,206). Sum of RGB (Red+Green+Blue) = 188+77+206=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 77 (30.47% from 255 or 16.35% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC4DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC4DCE is #43B231. Grayscale: #7C7C7C. Windows color (decimal): -4436530 or 13520316. OLE color: 13520316.
HSL color Cylindrical-coordinate representation of color #BC4DCE: hue angle of 291.63º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC4DCE is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 77 | 206 | - |
| CMYK | 0.09 | 0.63 | 0 | 0.19 |
| HSL | 291.63º | 0.57% | 0.55% | - |
| HSV(B) | 291.63º | 0.63% | 0.81% | - |
| XYZ | 34.53 | 20.46 | 60.52 | - |
| YUV | 124.9 | 173.77 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 77 | 206 | 0.09 | 0.63 | 0 | 0.19 | 291.63 | 0.57 | 0.55 |
| Hex | BC | 4D | CE | 9 | 3F | 0 | 13 | 124 | 39 | 37 |
| Octal | 274 | 115 | 316 | 11 | 77 | 0 | 23 | 444 | 71 | 67 |
| Binary | 10111100 | 1001101 | 11001110 | 1001 | 111111 | 0 | 10011 | 100100100 | 111001 | 110111 |
Color Harmonies of #BC4DCE
Complementary color
Monochromatic Colors of #BC4DCE
Black with #BC4DCE
Text Example
Text Example
White with #BC4DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4DCE; }
p { color: rgb(188,77,206); }
H1.HeaderClassName
{
color: #BC4DCE;
}
.AnyTagClassName
{
color: #BC4DCE;
}
</style>
background-color css
<style>
a { background-color: #BC4DCE; }
a { background-color: rgb(188,77,206); }
div.DivClassName
{
background-color: #BC4DCE;
}
.BgClassName
{
background-color: #BC4DCE;
}
</style>
border-color css
<style>
span { border-color: #BC4DCE; }
span { border-color: rgb(188,77,206); }
td.TdClassName
{
border-color: #BC4DCE;
}
.TagClassName
{
border-color: #BC4DCE;
}
</style>