Shades of Medium Orchid #BC4BCB
Tints of Medium Orchid #BC4BCB
RGB
CMYK
RGB Variations
Color information
#BC4BCB (or 0xBC4BCB) is known color: Medium Orchid. HEX triplet: BC, 4B and CB. RGB value is (188,75,203). Sum of RGB (Red+Green+Blue) = 188+75+203=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 75 (29.69% from 255 or 16.09% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC4BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC4BCB is #43B434. Grayscale: #7A7A7A. Windows color (decimal): -4437045 or 13323196. OLE color: 13323196.
HSL color Cylindrical-coordinate representation of color #BC4BCB: hue angle of 292.97º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC4BCB is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 75 | 203 | - |
| CMYK | 0.07 | 0.63 | 0 | 0.20 |
| HSL | 292.97º | 0.55% | 0.55% | - |
| HSV(B) | 292.97º | 0.63% | 0.8% | - |
| XYZ | 34.03 | 20.04 | 58.57 | - |
| YUV | 123.38 | 172.94 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 75 | 203 | 0.07 | 0.63 | 0 | 0.20 | 292.97 | 0.55 | 0.55 |
| Hex | BC | 4B | CB | 7 | 3F | 0 | 14 | 125 | 37 | 37 |
| Octal | 274 | 113 | 313 | 7 | 77 | 0 | 24 | 445 | 67 | 67 |
| Binary | 10111100 | 1001011 | 11001011 | 111 | 111111 | 0 | 10100 | 100100101 | 110111 | 110111 |
Color Harmonies of #BC4BCB
Complementary color
Monochromatic Colors of #BC4BCB
Black with #BC4BCB
Text Example
Text Example
White with #BC4BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4BCB; }
p { color: rgb(188,75,203); }
H1.HeaderClassName
{
color: #BC4BCB;
}
.AnyTagClassName
{
color: #BC4BCB;
}
</style>
background-color css
<style>
a { background-color: #BC4BCB; }
a { background-color: rgb(188,75,203); }
div.DivClassName
{
background-color: #BC4BCB;
}
.BgClassName
{
background-color: #BC4BCB;
}
</style>
border-color css
<style>
span { border-color: #BC4BCB; }
span { border-color: rgb(188,75,203); }
td.TdClassName
{
border-color: #BC4BCB;
}
.TagClassName
{
border-color: #BC4BCB;
}
</style>