Shades of Medium Orchid #BC3DFB
Tints of Medium Orchid #BC3DFB
RGB
CMYK
RGB Variations
Color information
#BC3DFB (or 0xBC3DFB) is known color: Medium Orchid. HEX triplet: BC, 3D and FB. RGB value is (188,61,251). Sum of RGB (Red+Green+Blue) = 188+61+251=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 61 (24.22% from 255 or 12.2% from 500); Blue value is 251 (98.44% from 255 or 50.2% from 500); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC3DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC3DFB is #43C204. Grayscale: #777777. Windows color (decimal): -4440581 or 16465340. OLE color: 16465340.
HSL color Cylindrical-coordinate representation of color #BC3DFB: hue angle of 280.11º degrees, saturation: 0.96, 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 #BC3DFB is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 61 | 251 | - |
| CMYK | 0.25 | 0.76 | 0 | 0.02 |
| HSL | 280.11º | 0.96% | 0.61% | - |
| HSV(B) | 280.11º | 0.76% | 0.98% | - |
| XYZ | 39.82 | 20.99 | 93.22 | - |
| YUV | 120.63 | 201.58 | 176.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 61 | 251 | 0.25 | 0.76 | 0 | 0.02 | 280.11 | 0.96 | 0.61 |
| Hex | BC | 3D | FB | 19 | 4C | 0 | 2 | 118 | 60 | 3D |
| Octal | 274 | 75 | 373 | 31 | 114 | 0 | 2 | 430 | 140 | 75 |
| Binary | 10111100 | 111101 | 11111011 | 11001 | 1001100 | 0 | 10 | 100011000 | 1100000 | 111101 |
Color Harmonies of #BC3DFB
Complementary color
Monochromatic Colors of #BC3DFB
Black with #BC3DFB
Text Example
Text Example
White with #BC3DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3DFB; }
p { color: rgb(188,61,251); }
H1.HeaderClassName
{
color: #BC3DFB;
}
.AnyTagClassName
{
color: #BC3DFB;
}
</style>
background-color css
<style>
a { background-color: #BC3DFB; }
a { background-color: rgb(188,61,251); }
div.DivClassName
{
background-color: #BC3DFB;
}
.BgClassName
{
background-color: #BC3DFB;
}
</style>
border-color css
<style>
span { border-color: #BC3DFB; }
span { border-color: rgb(188,61,251); }
td.TdClassName
{
border-color: #BC3DFB;
}
.TagClassName
{
border-color: #BC3DFB;
}
</style>