Shades of Medium Orchid #BC3BF1
Tints of Medium Orchid #BC3BF1
RGB
CMYK
RGB Variations
Color information
#BC3BF1 (or 0xBC3BF1) is known color: Medium Orchid. HEX triplet: BC, 3B and F1. RGB value is (188,59,241). Sum of RGB (Red+Green+Blue) = 188+59+241=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 59 (23.44% from 255 or 12.09% from 488); Blue value is 241 (94.53% from 255 or 49.39% from 488); Max value from RGB is 241 - color contains mainly: blue. Hex color #BC3BF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC3BF1 is #43C40E. Grayscale: #757575. Windows color (decimal): -4441103 or 15809468. OLE color: 15809468.
HSL color Cylindrical-coordinate representation of color #BC3BF1: hue angle of 282.53º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC3BF1 is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 59 | 241 | - |
| CMYK | 0.22 | 0.76 | 0 | 0.05 |
| HSL | 282.53º | 0.87% | 0.59% | - |
| HSV(B) | 282.53º | 0.76% | 0.95% | - |
| XYZ | 38.18 | 20.17 | 85.1 | - |
| YUV | 118.32 | 197.24 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 59 | 241 | 0.22 | 0.76 | 0 | 0.05 | 282.53 | 0.87 | 0.59 |
| Hex | BC | 3B | F1 | 16 | 4C | 0 | 5 | 11B | 57 | 3B |
| Octal | 274 | 73 | 361 | 26 | 114 | 0 | 5 | 433 | 127 | 73 |
| Binary | 10111100 | 111011 | 11110001 | 10110 | 1001100 | 0 | 101 | 100011011 | 1010111 | 111011 |
Color Harmonies of #BC3BF1
Complementary color
Monochromatic Colors of #BC3BF1
Black with #BC3BF1
Text Example
Text Example
White with #BC3BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3BF1; }
p { color: rgb(188,59,241); }
H1.HeaderClassName
{
color: #BC3BF1;
}
.AnyTagClassName
{
color: #BC3BF1;
}
</style>
background-color css
<style>
a { background-color: #BC3BF1; }
a { background-color: rgb(188,59,241); }
div.DivClassName
{
background-color: #BC3BF1;
}
.BgClassName
{
background-color: #BC3BF1;
}
</style>
border-color css
<style>
span { border-color: #BC3BF1; }
span { border-color: rgb(188,59,241); }
td.TdClassName
{
border-color: #BC3BF1;
}
.TagClassName
{
border-color: #BC3BF1;
}
</style>