Shades of Medium Orchid #BC62CF
Tints of Medium Orchid #BC62CF
RGB
CMYK
RGB Variations
Color information
#BC62CF (or 0xBC62CF) is known color: Medium Orchid. HEX triplet: BC, 62 and CF. RGB value is (188,98,207). Sum of RGB (Red+Green+Blue) = 188+98+207=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 98 (38.67% from 255 or 19.88% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC62CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC62CF is #439D30. Grayscale: #888888. Windows color (decimal): -4431153 or 13591228. OLE color: 13591228.
HSL color Cylindrical-coordinate representation of color #BC62CF: hue angle of 289.54º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC62CF is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 98 | 207 | - |
| CMYK | 0.09 | 0.53 | 0 | 0.19 |
| HSL | 289.54º | 0.53% | 0.6% | - |
| HSV(B) | 289.54º | 0.53% | 0.81% | - |
| XYZ | 36.37 | 23.93 | 61.73 | - |
| YUV | 137.34 | 167.32 | 164.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 98 | 207 | 0.09 | 0.53 | 0 | 0.19 | 289.54 | 0.53 | 0.6 |
| Hex | BC | 62 | CF | 9 | 35 | 0 | 13 | 122 | 35 | 3C |
| Octal | 274 | 142 | 317 | 11 | 65 | 0 | 23 | 442 | 65 | 74 |
| Binary | 10111100 | 1100010 | 11001111 | 1001 | 110101 | 0 | 10011 | 100100010 | 110101 | 111100 |
Color Harmonies of #BC62CF
Complementary color
Monochromatic Colors of #BC62CF
Black with #BC62CF
Text Example
Text Example
White with #BC62CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC62CF; }
p { color: rgb(188,98,207); }
H1.HeaderClassName
{
color: #BC62CF;
}
.AnyTagClassName
{
color: #BC62CF;
}
</style>
background-color css
<style>
a { background-color: #BC62CF; }
a { background-color: rgb(188,98,207); }
div.DivClassName
{
background-color: #BC62CF;
}
.BgClassName
{
background-color: #BC62CF;
}
</style>
border-color css
<style>
span { border-color: #BC62CF; }
span { border-color: rgb(188,98,207); }
td.TdClassName
{
border-color: #BC62CF;
}
.TagClassName
{
border-color: #BC62CF;
}
</style>