Shades of Medium Orchid #BC51CB
Tints of Medium Orchid #BC51CB
RGB
CMYK
RGB Variations
Color information
#BC51CB (or 0xBC51CB) is known color: Medium Orchid. HEX triplet: BC, 51 and CB. RGB value is (188,81,203). Sum of RGB (Red+Green+Blue) = 188+81+203=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 81 (32.03% from 255 or 17.16% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC51CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC51CB is #43AE34. Grayscale: #7E7E7E. Windows color (decimal): -4435509 or 13324732. OLE color: 13324732.
HSL color Cylindrical-coordinate representation of color #BC51CB: hue angle of 292.62º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC51CB is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 81 | 203 | - |
| CMYK | 0.07 | 0.60 | 0 | 0.20 |
| HSL | 292.62º | 0.54% | 0.56% | - |
| HSV(B) | 292.62º | 0.6% | 0.8% | - |
| XYZ | 34.46 | 20.89 | 58.72 | - |
| YUV | 126.9 | 170.95 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 81 | 203 | 0.07 | 0.60 | 0 | 0.20 | 292.62 | 0.54 | 0.56 |
| Hex | BC | 51 | CB | 7 | 3C | 0 | 14 | 125 | 36 | 38 |
| Octal | 274 | 121 | 313 | 7 | 74 | 0 | 24 | 445 | 66 | 70 |
| Binary | 10111100 | 1010001 | 11001011 | 111 | 111100 | 0 | 10100 | 100100101 | 110110 | 111000 |
Color Harmonies of #BC51CB
Complementary color
Monochromatic Colors of #BC51CB
Black with #BC51CB
Text Example
Text Example
White with #BC51CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC51CB; }
p { color: rgb(188,81,203); }
H1.HeaderClassName
{
color: #BC51CB;
}
.AnyTagClassName
{
color: #BC51CB;
}
</style>
background-color css
<style>
a { background-color: #BC51CB; }
a { background-color: rgb(188,81,203); }
div.DivClassName
{
background-color: #BC51CB;
}
.BgClassName
{
background-color: #BC51CB;
}
</style>
border-color css
<style>
span { border-color: #BC51CB; }
span { border-color: rgb(188,81,203); }
td.TdClassName
{
border-color: #BC51CB;
}
.TagClassName
{
border-color: #BC51CB;
}
</style>