Shades of Medium Orchid #BC3BF2
Tints of Medium Orchid #BC3BF2
RGB
CMYK
RGB Variations
Color information
#BC3BF2 (or 0xBC3BF2) is known color: Medium Orchid. HEX triplet: BC, 3B and F2. RGB value is (188,59,242). Sum of RGB (Red+Green+Blue) = 188+59+242=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 59 (23.44% from 255 or 12.07% from 489); Blue value is 242 (94.92% from 255 or 49.49% from 489); Max value from RGB is 242 - color contains mainly: blue. Hex color #BC3BF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC3BF2 is #43C40D. Grayscale: #757575. Windows color (decimal): -4441102 or 15875004. OLE color: 15875004.
HSL color Cylindrical-coordinate representation of color #BC3BF2: hue angle of 282.3º degrees, saturation: 0.88, 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 #BC3BF2 is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 59 | 242 | - |
| CMYK | 0.22 | 0.76 | 0 | 0.05 |
| HSL | 282.3º | 0.88% | 0.59% | - |
| HSV(B) | 282.3º | 0.76% | 0.95% | - |
| XYZ | 38.33 | 20.23 | 85.89 | - |
| YUV | 118.43 | 197.74 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 59 | 242 | 0.22 | 0.76 | 0 | 0.05 | 282.3 | 0.88 | 0.59 |
| Hex | BC | 3B | F2 | 16 | 4C | 0 | 5 | 11A | 58 | 3B |
| Octal | 274 | 73 | 362 | 26 | 114 | 0 | 5 | 432 | 130 | 73 |
| Binary | 10111100 | 111011 | 11110010 | 10110 | 1001100 | 0 | 101 | 100011010 | 1011000 | 111011 |
Color Harmonies of #BC3BF2
Complementary color
Monochromatic Colors of #BC3BF2
Black with #BC3BF2
Text Example
Text Example
White with #BC3BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3BF2; }
p { color: rgb(188,59,242); }
H1.HeaderClassName
{
color: #BC3BF2;
}
.AnyTagClassName
{
color: #BC3BF2;
}
</style>
background-color css
<style>
a { background-color: #BC3BF2; }
a { background-color: rgb(188,59,242); }
div.DivClassName
{
background-color: #BC3BF2;
}
.BgClassName
{
background-color: #BC3BF2;
}
</style>
border-color css
<style>
span { border-color: #BC3BF2; }
span { border-color: rgb(188,59,242); }
td.TdClassName
{
border-color: #BC3BF2;
}
.TagClassName
{
border-color: #BC3BF2;
}
</style>