Shades of Medium Orchid #BC62C8
Tints of Medium Orchid #BC62C8
RGB
CMYK
RGB Variations
Color information
#BC62C8 (or 0xBC62C8) is known color: Medium Orchid. HEX triplet: BC, 62 and C8. RGB value is (188,98,200). Sum of RGB (Red+Green+Blue) = 188+98+200=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 98 (38.67% from 255 or 20.16% from 486); Blue value is 200 (78.52% from 255 or 41.15% from 486); Max value from RGB is 200 - color contains mainly: blue. Hex color #BC62C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC62C8 is #439D37. Grayscale: #888888. Windows color (decimal): -4431160 or 13132476. OLE color: 13132476.
HSL color Cylindrical-coordinate representation of color #BC62C8: hue angle of 292.94º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC62C8 is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 98 | 200 | - |
| CMYK | 0.06 | 0.51 | 0 | 0.22 |
| HSL | 292.94º | 0.48% | 0.58% | - |
| HSV(B) | 292.94º | 0.51% | 0.78% | - |
| XYZ | 35.53 | 23.6 | 57.33 | - |
| YUV | 136.54 | 163.82 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 98 | 200 | 0.06 | 0.51 | 0 | 0.22 | 292.94 | 0.48 | 0.58 |
| Hex | BC | 62 | C8 | 6 | 33 | 0 | 16 | 125 | 30 | 3A |
| Octal | 274 | 142 | 310 | 6 | 63 | 0 | 26 | 445 | 60 | 72 |
| Binary | 10111100 | 1100010 | 11001000 | 110 | 110011 | 0 | 10110 | 100100101 | 110000 | 111010 |
Color Harmonies of #BC62C8
Complementary color
Monochromatic Colors of #BC62C8
Black with #BC62C8
Text Example
Text Example
White with #BC62C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC62C8; }
p { color: rgb(188,98,200); }
H1.HeaderClassName
{
color: #BC62C8;
}
.AnyTagClassName
{
color: #BC62C8;
}
</style>
background-color css
<style>
a { background-color: #BC62C8; }
a { background-color: rgb(188,98,200); }
div.DivClassName
{
background-color: #BC62C8;
}
.BgClassName
{
background-color: #BC62C8;
}
</style>
border-color css
<style>
span { border-color: #BC62C8; }
span { border-color: rgb(188,98,200); }
td.TdClassName
{
border-color: #BC62C8;
}
.TagClassName
{
border-color: #BC62C8;
}
</style>