Shades of Medium Orchid #BC62DF
Tints of Medium Orchid #BC62DF
RGB
CMYK
RGB Variations
Color information
#BC62DF (or 0xBC62DF) is known color: Medium Orchid. HEX triplet: BC, 62 and DF. RGB value is (188,98,223). Sum of RGB (Red+Green+Blue) = 188+98+223=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 98 (38.67% from 255 or 19.25% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC62DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC62DF is #439D20. Grayscale: #8A8A8A. Windows color (decimal): -4431137 or 14639804. OLE color: 14639804.
HSL color Cylindrical-coordinate representation of color #BC62DF: hue angle of 283.2º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC62DF is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 98 | 223 | - |
| CMYK | 0.16 | 0.56 | 0 | 0.13 |
| HSL | 283.2º | 0.66% | 0.63% | - |
| HSV(B) | 283.2º | 0.56% | 0.87% | - |
| XYZ | 38.43 | 24.75 | 72.56 | - |
| YUV | 139.16 | 175.32 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 98 | 223 | 0.16 | 0.56 | 0 | 0.13 | 283.2 | 0.66 | 0.63 |
| Hex | BC | 62 | DF | 10 | 38 | 0 | D | 11B | 42 | 3F |
| Octal | 274 | 142 | 337 | 20 | 70 | 0 | 15 | 433 | 102 | 77 |
| Binary | 10111100 | 1100010 | 11011111 | 10000 | 111000 | 0 | 1101 | 100011011 | 1000010 | 111111 |
Color Harmonies of #BC62DF
Complementary color
Monochromatic Colors of #BC62DF
Black with #BC62DF
Text Example
Text Example
White with #BC62DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC62DF; }
p { color: rgb(188,98,223); }
H1.HeaderClassName
{
color: #BC62DF;
}
.AnyTagClassName
{
color: #BC62DF;
}
</style>
background-color css
<style>
a { background-color: #BC62DF; }
a { background-color: rgb(188,98,223); }
div.DivClassName
{
background-color: #BC62DF;
}
.BgClassName
{
background-color: #BC62DF;
}
</style>
border-color css
<style>
span { border-color: #BC62DF; }
span { border-color: rgb(188,98,223); }
td.TdClassName
{
border-color: #BC62DF;
}
.TagClassName
{
border-color: #BC62DF;
}
</style>