Shades of Medium Orchid #BC60D2
Tints of Medium Orchid #BC60D2
RGB
CMYK
RGB Variations
Color information
#BC60D2 (or 0xBC60D2) is known color: Medium Orchid. HEX triplet: BC, 60 and D2. RGB value is (188,96,210). Sum of RGB (Red+Green+Blue) = 188+96+210=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 96 (37.89% from 255 or 19.43% from 494); Blue value is 210 (82.42% from 255 or 42.51% from 494); Max value from RGB is 210 - color contains mainly: blue. Hex color #BC60D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC60D2 is #439F2D. Grayscale: #888888. Windows color (decimal): -4431662 or 13787324. OLE color: 13787324.
HSL color Cylindrical-coordinate representation of color #BC60D2: hue angle of 288.42º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BC60D2 is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 96 | 210 | - |
| CMYK | 0.10 | 0.54 | 0 | 0.18 |
| HSL | 288.42º | 0.56% | 0.6% | - |
| HSV(B) | 288.42º | 0.54% | 0.82% | - |
| XYZ | 36.55 | 23.71 | 63.62 | - |
| YUV | 136.5 | 169.48 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 96 | 210 | 0.10 | 0.54 | 0 | 0.18 | 288.42 | 0.56 | 0.6 |
| Hex | BC | 60 | D2 | A | 36 | 0 | 12 | 120 | 38 | 3C |
| Octal | 274 | 140 | 322 | 12 | 66 | 0 | 22 | 440 | 70 | 74 |
| Binary | 10111100 | 1100000 | 11010010 | 1010 | 110110 | 0 | 10010 | 100100000 | 111000 | 111100 |
Color Harmonies of #BC60D2
Complementary color
Monochromatic Colors of #BC60D2
Black with #BC60D2
Text Example
Text Example
White with #BC60D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC60D2; }
p { color: rgb(188,96,210); }
H1.HeaderClassName
{
color: #BC60D2;
}
.AnyTagClassName
{
color: #BC60D2;
}
</style>
background-color css
<style>
a { background-color: #BC60D2; }
a { background-color: rgb(188,96,210); }
div.DivClassName
{
background-color: #BC60D2;
}
.BgClassName
{
background-color: #BC60D2;
}
</style>
border-color css
<style>
span { border-color: #BC60D2; }
span { border-color: rgb(188,96,210); }
td.TdClassName
{
border-color: #BC60D2;
}
.TagClassName
{
border-color: #BC60D2;
}
</style>