Shades of Medium Orchid #BC3BCB
Tints of Medium Orchid #BC3BCB
RGB
CMYK
RGB Variations
Color information
#BC3BCB (or 0xBC3BCB) is known color: Medium Orchid. HEX triplet: BC, 3B and CB. RGB value is (188,59,203). Sum of RGB (Red+Green+Blue) = 188+59+203=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 59 (23.44% from 255 or 13.11% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC3BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3BCB is #43C434. Grayscale: #717171. Windows color (decimal): -4441141 or 13319100. OLE color: 13319100.
HSL color Cylindrical-coordinate representation of color #BC3BCB: hue angle of 293.75º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC3BCB is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 59 | 203 | - |
| CMYK | 0.07 | 0.71 | 0 | 0.20 |
| HSL | 293.75º | 0.58% | 0.51% | - |
| HSV(B) | 293.75º | 0.71% | 0.8% | - |
| XYZ | 33.08 | 18.13 | 58.26 | - |
| YUV | 113.99 | 178.24 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 59 | 203 | 0.07 | 0.71 | 0 | 0.20 | 293.75 | 0.58 | 0.51 |
| Hex | BC | 3B | CB | 7 | 47 | 0 | 14 | 126 | 3A | 33 |
| Octal | 274 | 73 | 313 | 7 | 107 | 0 | 24 | 446 | 72 | 63 |
| Binary | 10111100 | 111011 | 11001011 | 111 | 1000111 | 0 | 10100 | 100100110 | 111010 | 110011 |
Color Harmonies of #BC3BCB
Complementary color
Monochromatic Colors of #BC3BCB
Black with #BC3BCB
Text Example
Text Example
White with #BC3BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3BCB; }
p { color: rgb(188,59,203); }
H1.HeaderClassName
{
color: #BC3BCB;
}
.AnyTagClassName
{
color: #BC3BCB;
}
</style>
background-color css
<style>
a { background-color: #BC3BCB; }
a { background-color: rgb(188,59,203); }
div.DivClassName
{
background-color: #BC3BCB;
}
.BgClassName
{
background-color: #BC3BCB;
}
</style>
border-color css
<style>
span { border-color: #BC3BCB; }
span { border-color: rgb(188,59,203); }
td.TdClassName
{
border-color: #BC3BCB;
}
.TagClassName
{
border-color: #BC3BCB;
}
</style>