Shades of Medium Orchid #BC64CB
Tints of Medium Orchid #BC64CB
RGB
CMYK
RGB Variations
Color information
#BC64CB (or 0xBC64CB) is known color: Medium Orchid. HEX triplet: BC, 64 and CB. RGB value is (188,100,203). Sum of RGB (Red+Green+Blue) = 188+100+203=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 100 (39.45% from 255 or 20.37% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC64CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC64CB is #439B34. Grayscale: #898989. Windows color (decimal): -4430645 or 13329596. OLE color: 13329596.
HSL color Cylindrical-coordinate representation of color #BC64CB: hue angle of 291.26º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC64CB is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 100 | 203 | - |
| CMYK | 0.07 | 0.51 | 0 | 0.20 |
| HSL | 291.26º | 0.5% | 0.59% | - |
| HSV(B) | 291.26º | 0.51% | 0.8% | - |
| XYZ | 36.08 | 24.12 | 59.25 | - |
| YUV | 138.05 | 164.65 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 100 | 203 | 0.07 | 0.51 | 0 | 0.20 | 291.26 | 0.5 | 0.59 |
| Hex | BC | 64 | CB | 7 | 33 | 0 | 14 | 123 | 32 | 3B |
| Octal | 274 | 144 | 313 | 7 | 63 | 0 | 24 | 443 | 62 | 73 |
| Binary | 10111100 | 1100100 | 11001011 | 111 | 110011 | 0 | 10100 | 100100011 | 110010 | 111011 |
Color Harmonies of #BC64CB
Complementary color
Monochromatic Colors of #BC64CB
Black with #BC64CB
Text Example
Text Example
White with #BC64CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC64CB; }
p { color: rgb(188,100,203); }
H1.HeaderClassName
{
color: #BC64CB;
}
.AnyTagClassName
{
color: #BC64CB;
}
</style>
background-color css
<style>
a { background-color: #BC64CB; }
a { background-color: rgb(188,100,203); }
div.DivClassName
{
background-color: #BC64CB;
}
.BgClassName
{
background-color: #BC64CB;
}
</style>
border-color css
<style>
span { border-color: #BC64CB; }
span { border-color: rgb(188,100,203); }
td.TdClassName
{
border-color: #BC64CB;
}
.TagClassName
{
border-color: #BC64CB;
}
</style>