Shades of Medium Orchid #BC3AFB
Tints of Medium Orchid #BC3AFB
RGB
CMYK
RGB Variations
Color information
#BC3AFB (or 0xBC3AFB) is known color: Medium Orchid. HEX triplet: BC, 3A and FB. RGB value is (188,58,251). Sum of RGB (Red+Green+Blue) = 188+58+251=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 58 (23.05% from 255 or 11.67% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC3AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC3AFB is #43C504. Grayscale: #767676. Windows color (decimal): -4441349 or 16464572. OLE color: 16464572.
HSL color Cylindrical-coordinate representation of color #BC3AFB: hue angle of 280.41º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC3AFB is Cyan = 0.25, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 58 | 251 | - |
| CMYK | 0.25 | 0.77 | 0 | 0.02 |
| HSL | 280.41º | 0.96% | 0.61% | - |
| HSV(B) | 280.41º | 0.77% | 0.98% | - |
| XYZ | 39.66 | 20.68 | 93.17 | - |
| YUV | 118.87 | 202.57 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 58 | 251 | 0.25 | 0.77 | 0 | 0.02 | 280.41 | 0.96 | 0.61 |
| Hex | BC | 3A | FB | 19 | 4D | 0 | 2 | 118 | 60 | 3D |
| Octal | 274 | 72 | 373 | 31 | 115 | 0 | 2 | 430 | 140 | 75 |
| Binary | 10111100 | 111010 | 11111011 | 11001 | 1001101 | 0 | 10 | 100011000 | 1100000 | 111101 |
Color Harmonies of #BC3AFB
Complementary color
Monochromatic Colors of #BC3AFB
Black with #BC3AFB
Text Example
Text Example
White with #BC3AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3AFB; }
p { color: rgb(188,58,251); }
H1.HeaderClassName
{
color: #BC3AFB;
}
.AnyTagClassName
{
color: #BC3AFB;
}
</style>
background-color css
<style>
a { background-color: #BC3AFB; }
a { background-color: rgb(188,58,251); }
div.DivClassName
{
background-color: #BC3AFB;
}
.BgClassName
{
background-color: #BC3AFB;
}
</style>
border-color css
<style>
span { border-color: #BC3AFB; }
span { border-color: rgb(188,58,251); }
td.TdClassName
{
border-color: #BC3AFB;
}
.TagClassName
{
border-color: #BC3AFB;
}
</style>