Shades of Medium Orchid #BC62DC
Tints of Medium Orchid #BC62DC
RGB
CMYK
RGB Variations
Color information
#BC62DC (or 0xBC62DC) is known color: Medium Orchid. HEX triplet: BC, 62 and DC. RGB value is (188,98,220). Sum of RGB (Red+Green+Blue) = 188+98+220=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 98 (38.67% from 255 or 19.37% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC62DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC62DC is #439D23. Grayscale: #8A8A8A. Windows color (decimal): -4431140 or 14443196. OLE color: 14443196.
HSL color Cylindrical-coordinate representation of color #BC62DC: hue angle of 284.26º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC62DC is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 98 | 220 | - |
| CMYK | 0.15 | 0.55 | 0 | 0.14 |
| HSL | 284.26º | 0.64% | 0.62% | - |
| HSV(B) | 284.26º | 0.55% | 0.86% | - |
| XYZ | 38.02 | 24.59 | 70.45 | - |
| YUV | 138.82 | 173.82 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 98 | 220 | 0.15 | 0.55 | 0 | 0.14 | 284.26 | 0.64 | 0.62 |
| Hex | BC | 62 | DC | F | 37 | 0 | E | 11C | 40 | 3E |
| Octal | 274 | 142 | 334 | 17 | 67 | 0 | 16 | 434 | 100 | 76 |
| Binary | 10111100 | 1100010 | 11011100 | 1111 | 110111 | 0 | 1110 | 100011100 | 1000000 | 111110 |
Color Harmonies of #BC62DC
Complementary color
Monochromatic Colors of #BC62DC
Black with #BC62DC
Text Example
Text Example
White with #BC62DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC62DC; }
p { color: rgb(188,98,220); }
H1.HeaderClassName
{
color: #BC62DC;
}
.AnyTagClassName
{
color: #BC62DC;
}
</style>
background-color css
<style>
a { background-color: #BC62DC; }
a { background-color: rgb(188,98,220); }
div.DivClassName
{
background-color: #BC62DC;
}
.BgClassName
{
background-color: #BC62DC;
}
</style>
border-color css
<style>
span { border-color: #BC62DC; }
span { border-color: rgb(188,98,220); }
td.TdClassName
{
border-color: #BC62DC;
}
.TagClassName
{
border-color: #BC62DC;
}
</style>