Shades of Medium Orchid #BC43CC
Tints of Medium Orchid #BC43CC
RGB
CMYK
RGB Variations
Color information
#BC43CC (or 0xBC43CC) is known color: Medium Orchid. HEX triplet: BC, 43 and CC. RGB value is (188,67,204). Sum of RGB (Red+Green+Blue) = 188+67+204=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 67 (26.56% from 255 or 14.60% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC43CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC43CC is #43BC33. Grayscale: #767676. Windows color (decimal): -4439092 or 13386684. OLE color: 13386684.
HSL color Cylindrical-coordinate representation of color #BC43CC: hue angle of 292.99º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BC43CC is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 67 | 204 | - |
| CMYK | 0.08 | 0.67 | 0 | 0.2 |
| HSL | 292.99º | 0.57% | 0.53% | - |
| HSV(B) | 292.99º | 0.67% | 0.8% | - |
| XYZ | 33.65 | 19.07 | 59.03 | - |
| YUV | 118.8 | 176.09 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 67 | 204 | 0.08 | 0.67 | 0 | 0.2 | 292.99 | 0.57 | 0.53 |
| Hex | BC | 43 | CC | 8 | 43 | 0 | 14 | 125 | 39 | 35 |
| Octal | 274 | 103 | 314 | 10 | 103 | 0 | 24 | 445 | 71 | 65 |
| Binary | 10111100 | 1000011 | 11001100 | 1000 | 1000011 | 0 | 10100 | 100100101 | 111001 | 110101 |
Color Harmonies of #BC43CC
Complementary color
Monochromatic Colors of #BC43CC
Black with #BC43CC
Text Example
Text Example
White with #BC43CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC43CC; }
p { color: rgb(188,67,204); }
H1.HeaderClassName
{
color: #BC43CC;
}
.AnyTagClassName
{
color: #BC43CC;
}
</style>
background-color css
<style>
a { background-color: #BC43CC; }
a { background-color: rgb(188,67,204); }
div.DivClassName
{
background-color: #BC43CC;
}
.BgClassName
{
background-color: #BC43CC;
}
</style>
border-color css
<style>
span { border-color: #BC43CC; }
span { border-color: rgb(188,67,204); }
td.TdClassName
{
border-color: #BC43CC;
}
.TagClassName
{
border-color: #BC43CC;
}
</style>