Shades of Medium Orchid #BC63D2
Tints of Medium Orchid #BC63D2
RGB
CMYK
RGB Variations
Color information
#BC63D2 (or 0xBC63D2) is known color: Medium Orchid. HEX triplet: BC, 63 and D2. RGB value is (188,99,210). Sum of RGB (Red+Green+Blue) = 188+99+210=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 99 (39.06% from 255 or 19.92% from 497); Blue value is 210 (82.42% from 255 or 42.25% from 497); Max value from RGB is 210 - color contains mainly: blue. Hex color #BC63D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC63D2 is #439C2D. Grayscale: #898989. Windows color (decimal): -4430894 or 13788092. OLE color: 13788092.
HSL color Cylindrical-coordinate representation of color #BC63D2: hue angle of 288.11º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC63D2 is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 99 | 210 | - |
| CMYK | 0.10 | 0.53 | 0 | 0.18 |
| HSL | 288.11º | 0.55% | 0.61% | - |
| HSV(B) | 288.11º | 0.53% | 0.82% | - |
| XYZ | 36.83 | 24.27 | 63.72 | - |
| YUV | 138.27 | 168.49 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 99 | 210 | 0.10 | 0.53 | 0 | 0.18 | 288.11 | 0.55 | 0.61 |
| Hex | BC | 63 | D2 | A | 35 | 0 | 12 | 120 | 37 | 3D |
| Octal | 274 | 143 | 322 | 12 | 65 | 0 | 22 | 440 | 67 | 75 |
| Binary | 10111100 | 1100011 | 11010010 | 1010 | 110101 | 0 | 10010 | 100100000 | 110111 | 111101 |
Color Harmonies of #BC63D2
Complementary color
Monochromatic Colors of #BC63D2
Black with #BC63D2
Text Example
Text Example
White with #BC63D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC63D2; }
p { color: rgb(188,99,210); }
H1.HeaderClassName
{
color: #BC63D2;
}
.AnyTagClassName
{
color: #BC63D2;
}
</style>
background-color css
<style>
a { background-color: #BC63D2; }
a { background-color: rgb(188,99,210); }
div.DivClassName
{
background-color: #BC63D2;
}
.BgClassName
{
background-color: #BC63D2;
}
</style>
border-color css
<style>
span { border-color: #BC63D2; }
span { border-color: rgb(188,99,210); }
td.TdClassName
{
border-color: #BC63D2;
}
.TagClassName
{
border-color: #BC63D2;
}
</style>