Shades of Medium Orchid #BC3AF0
Tints of Medium Orchid #BC3AF0
RGB
CMYK
RGB Variations
Color information
#BC3AF0 (or 0xBC3AF0) is known color: Medium Orchid. HEX triplet: BC, 3A and F0. RGB value is (188,58,240). Sum of RGB (Red+Green+Blue) = 188+58+240=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 58 (23.05% from 255 or 11.93% from 486); Blue value is 240 (94.14% from 255 or 49.38% from 486); Max value from RGB is 240 - color contains mainly: blue. Hex color #BC3AF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC3AF0 is #43C50F. Grayscale: #757575. Windows color (decimal): -4441360 or 15743676. OLE color: 15743676.
HSL color Cylindrical-coordinate representation of color #BC3AF0: hue angle of 282.86º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC3AF0 is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 58 | 240 | - |
| CMYK | 0.22 | 0.76 | 0 | 0.06 |
| HSL | 282.86º | 0.86% | 0.58% | - |
| HSV(B) | 282.86º | 0.76% | 0.94% | - |
| XYZ | 37.98 | 20.01 | 84.3 | - |
| YUV | 117.62 | 197.07 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 58 | 240 | 0.22 | 0.76 | 0 | 0.06 | 282.86 | 0.86 | 0.58 |
| Hex | BC | 3A | F0 | 16 | 4C | 0 | 6 | 11B | 56 | 3A |
| Octal | 274 | 72 | 360 | 26 | 114 | 0 | 6 | 433 | 126 | 72 |
| Binary | 10111100 | 111010 | 11110000 | 10110 | 1001100 | 0 | 110 | 100011011 | 1010110 | 111010 |
Color Harmonies of #BC3AF0
Complementary color
Monochromatic Colors of #BC3AF0
Black with #BC3AF0
Text Example
Text Example
White with #BC3AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3AF0; }
p { color: rgb(188,58,240); }
H1.HeaderClassName
{
color: #BC3AF0;
}
.AnyTagClassName
{
color: #BC3AF0;
}
</style>
background-color css
<style>
a { background-color: #BC3AF0; }
a { background-color: rgb(188,58,240); }
div.DivClassName
{
background-color: #BC3AF0;
}
.BgClassName
{
background-color: #BC3AF0;
}
</style>
border-color css
<style>
span { border-color: #BC3AF0; }
span { border-color: rgb(188,58,240); }
td.TdClassName
{
border-color: #BC3AF0;
}
.TagClassName
{
border-color: #BC3AF0;
}
</style>