Shades of Medium Orchid #BC3CFA
Tints of Medium Orchid #BC3CFA
RGB
CMYK
RGB Variations
Color information
#BC3CFA (or 0xBC3CFA) is known color: Medium Orchid. HEX triplet: BC, 3C and FA. RGB value is (188,60,250). Sum of RGB (Red+Green+Blue) = 188+60+250=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 60 (23.83% from 255 or 12.05% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC3CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC3CFA is #43C305. Grayscale: #777777. Windows color (decimal): -4440838 or 16399548. OLE color: 16399548.
HSL color Cylindrical-coordinate representation of color #BC3CFA: hue angle of 280.42º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC3CFA is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 60 | 250 | - |
| CMYK | 0.25 | 0.76 | 0 | 0.02 |
| HSL | 280.42º | 0.95% | 0.61% | - |
| HSV(B) | 280.42º | 0.76% | 0.98% | - |
| XYZ | 39.61 | 20.83 | 92.37 | - |
| YUV | 119.93 | 201.41 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 60 | 250 | 0.25 | 0.76 | 0 | 0.02 | 280.42 | 0.95 | 0.61 |
| Hex | BC | 3C | FA | 19 | 4C | 0 | 2 | 118 | 5F | 3D |
| Octal | 274 | 74 | 372 | 31 | 114 | 0 | 2 | 430 | 137 | 75 |
| Binary | 10111100 | 111100 | 11111010 | 11001 | 1001100 | 0 | 10 | 100011000 | 1011111 | 111101 |
Color Harmonies of #BC3CFA
Complementary color
Monochromatic Colors of #BC3CFA
Black with #BC3CFA
Text Example
Text Example
White with #BC3CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3CFA; }
p { color: rgb(188,60,250); }
H1.HeaderClassName
{
color: #BC3CFA;
}
.AnyTagClassName
{
color: #BC3CFA;
}
</style>
background-color css
<style>
a { background-color: #BC3CFA; }
a { background-color: rgb(188,60,250); }
div.DivClassName
{
background-color: #BC3CFA;
}
.BgClassName
{
background-color: #BC3CFA;
}
</style>
border-color css
<style>
span { border-color: #BC3CFA; }
span { border-color: rgb(188,60,250); }
td.TdClassName
{
border-color: #BC3CFA;
}
.TagClassName
{
border-color: #BC3CFA;
}
</style>