Shades of Medium Orchid #BC61CB
Tints of Medium Orchid #BC61CB
RGB
CMYK
RGB Variations
Color information
#BC61CB (or 0xBC61CB) is known color: Medium Orchid. HEX triplet: BC, 61 and CB. RGB value is (188,97,203). Sum of RGB (Red+Green+Blue) = 188+97+203=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 97 (38.28% from 255 or 19.88% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC61CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC61CB is #439E34. Grayscale: #878787. Windows color (decimal): -4431413 or 13328828. OLE color: 13328828.
HSL color Cylindrical-coordinate representation of color #BC61CB: hue angle of 291.51º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC61CB is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 97 | 203 | - |
| CMYK | 0.07 | 0.52 | 0 | 0.20 |
| HSL | 291.51º | 0.5% | 0.59% | - |
| HSV(B) | 291.51º | 0.52% | 0.8% | - |
| XYZ | 35.79 | 23.55 | 59.16 | - |
| YUV | 136.29 | 165.65 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 97 | 203 | 0.07 | 0.52 | 0 | 0.20 | 291.51 | 0.5 | 0.59 |
| Hex | BC | 61 | CB | 7 | 34 | 0 | 14 | 124 | 32 | 3B |
| Octal | 274 | 141 | 313 | 7 | 64 | 0 | 24 | 444 | 62 | 73 |
| Binary | 10111100 | 1100001 | 11001011 | 111 | 110100 | 0 | 10100 | 100100100 | 110010 | 111011 |
Color Harmonies of #BC61CB
Complementary color
Monochromatic Colors of #BC61CB
Black with #BC61CB
Text Example
Text Example
White with #BC61CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC61CB; }
p { color: rgb(188,97,203); }
H1.HeaderClassName
{
color: #BC61CB;
}
.AnyTagClassName
{
color: #BC61CB;
}
</style>
background-color css
<style>
a { background-color: #BC61CB; }
a { background-color: rgb(188,97,203); }
div.DivClassName
{
background-color: #BC61CB;
}
.BgClassName
{
background-color: #BC61CB;
}
</style>
border-color css
<style>
span { border-color: #BC61CB; }
span { border-color: rgb(188,97,203); }
td.TdClassName
{
border-color: #BC61CB;
}
.TagClassName
{
border-color: #BC61CB;
}
</style>