Shades of Medium Orchid #BC3FCB
Tints of Medium Orchid #BC3FCB
RGB
CMYK
RGB Variations
Color information
#BC3FCB (or 0xBC3FCB) is known color: Medium Orchid. HEX triplet: BC, 3F and CB. RGB value is (188,63,203). Sum of RGB (Red+Green+Blue) = 188+63+203=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 63 (25% from 255 or 13.88% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC3FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3FCB is #43C034. Grayscale: #737373. Windows color (decimal): -4440117 or 13320124. OLE color: 13320124.
HSL color Cylindrical-coordinate representation of color #BC3FCB: hue angle of 293.57º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC3FCB is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 63 | 203 | - |
| CMYK | 0.07 | 0.69 | 0 | 0.20 |
| HSL | 293.57º | 0.57% | 0.52% | - |
| HSV(B) | 293.57º | 0.69% | 0.8% | - |
| XYZ | 33.3 | 18.56 | 58.33 | - |
| YUV | 116.34 | 176.91 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 63 | 203 | 0.07 | 0.69 | 0 | 0.20 | 293.57 | 0.57 | 0.52 |
| Hex | BC | 3F | CB | 7 | 45 | 0 | 14 | 126 | 39 | 34 |
| Octal | 274 | 77 | 313 | 7 | 105 | 0 | 24 | 446 | 71 | 64 |
| Binary | 10111100 | 111111 | 11001011 | 111 | 1000101 | 0 | 10100 | 100100110 | 111001 | 110100 |
Color Harmonies of #BC3FCB
Complementary color
Monochromatic Colors of #BC3FCB
Black with #BC3FCB
Text Example
Text Example
White with #BC3FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3FCB; }
p { color: rgb(188,63,203); }
H1.HeaderClassName
{
color: #BC3FCB;
}
.AnyTagClassName
{
color: #BC3FCB;
}
</style>
background-color css
<style>
a { background-color: #BC3FCB; }
a { background-color: rgb(188,63,203); }
div.DivClassName
{
background-color: #BC3FCB;
}
.BgClassName
{
background-color: #BC3FCB;
}
</style>
border-color css
<style>
span { border-color: #BC3FCB; }
span { border-color: rgb(188,63,203); }
td.TdClassName
{
border-color: #BC3FCB;
}
.TagClassName
{
border-color: #BC3FCB;
}
</style>