Shades of Medium Orchid #BC3BFC
Tints of Medium Orchid #BC3BFC
RGB
CMYK
RGB Variations
Color information
#BC3BFC (or 0xBC3BFC) is known color: Medium Orchid. HEX triplet: BC, 3B and FC. RGB value is (188,59,252). Sum of RGB (Red+Green+Blue) = 188+59+252=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 59 (23.44% from 255 or 11.82% from 499); Blue value is 252 (98.83% from 255 or 50.50% from 499); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC3BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC3BFC is #43C403. Grayscale: #767676. Windows color (decimal): -4441092 or 16530364. OLE color: 16530364.
HSL color Cylindrical-coordinate representation of color #BC3BFC: hue angle of 280.1º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC3BFC is Cyan = 0.25, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 59 | 252 | - |
| CMYK | 0.25 | 0.77 | 0 | 0.01 |
| HSL | 280.1º | 0.97% | 0.61% | - |
| HSV(B) | 280.1º | 0.77% | 0.99% | - |
| XYZ | 39.87 | 20.85 | 94.02 | - |
| YUV | 119.57 | 202.74 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 59 | 252 | 0.25 | 0.77 | 0 | 0.01 | 280.1 | 0.97 | 0.61 |
| Hex | BC | 3B | FC | 19 | 4D | 0 | 1 | 118 | 61 | 3D |
| Octal | 274 | 73 | 374 | 31 | 115 | 0 | 1 | 430 | 141 | 75 |
| Binary | 10111100 | 111011 | 11111100 | 11001 | 1001101 | 0 | 1 | 100011000 | 1100001 | 111101 |
Color Harmonies of #BC3BFC
Complementary color
Monochromatic Colors of #BC3BFC
Black with #BC3BFC
Text Example
Text Example
White with #BC3BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3BFC; }
p { color: rgb(188,59,252); }
H1.HeaderClassName
{
color: #BC3BFC;
}
.AnyTagClassName
{
color: #BC3BFC;
}
</style>
background-color css
<style>
a { background-color: #BC3BFC; }
a { background-color: rgb(188,59,252); }
div.DivClassName
{
background-color: #BC3BFC;
}
.BgClassName
{
background-color: #BC3BFC;
}
</style>
border-color css
<style>
span { border-color: #BC3BFC; }
span { border-color: rgb(188,59,252); }
td.TdClassName
{
border-color: #BC3BFC;
}
.TagClassName
{
border-color: #BC3BFC;
}
</style>