Shades of Medium Orchid #BC3AF3
Tints of Medium Orchid #BC3AF3
RGB
CMYK
RGB Variations
Color information
#BC3AF3 (or 0xBC3AF3) is known color: Medium Orchid. HEX triplet: BC, 3A and F3. RGB value is (188,58,243). Sum of RGB (Red+Green+Blue) = 188+58+243=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 58 (23.05% from 255 or 11.86% from 489); Blue value is 243 (95.31% from 255 or 49.69% from 489); Max value from RGB is 243 - color contains mainly: blue. Hex color #BC3AF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC3AF3 is #43C50C. Grayscale: #757575. Windows color (decimal): -4441357 or 15940284. OLE color: 15940284.
HSL color Cylindrical-coordinate representation of color #BC3AF3: hue angle of 282.16º degrees, saturation: 0.89, 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 #BC3AF3 is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 58 | 243 | - |
| CMYK | 0.23 | 0.76 | 0 | 0.05 |
| HSL | 282.16º | 0.89% | 0.59% | - |
| HSV(B) | 282.16º | 0.76% | 0.95% | - |
| XYZ | 38.43 | 20.19 | 86.67 | - |
| YUV | 117.96 | 198.57 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 58 | 243 | 0.23 | 0.76 | 0 | 0.05 | 282.16 | 0.89 | 0.59 |
| Hex | BC | 3A | F3 | 17 | 4C | 0 | 5 | 11A | 59 | 3B |
| Octal | 274 | 72 | 363 | 27 | 114 | 0 | 5 | 432 | 131 | 73 |
| Binary | 10111100 | 111010 | 11110011 | 10111 | 1001100 | 0 | 101 | 100011010 | 1011001 | 111011 |
Color Harmonies of #BC3AF3
Complementary color
Monochromatic Colors of #BC3AF3
Black with #BC3AF3
Text Example
Text Example
White with #BC3AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3AF3; }
p { color: rgb(188,58,243); }
H1.HeaderClassName
{
color: #BC3AF3;
}
.AnyTagClassName
{
color: #BC3AF3;
}
</style>
background-color css
<style>
a { background-color: #BC3AF3; }
a { background-color: rgb(188,58,243); }
div.DivClassName
{
background-color: #BC3AF3;
}
.BgClassName
{
background-color: #BC3AF3;
}
</style>
border-color css
<style>
span { border-color: #BC3AF3; }
span { border-color: rgb(188,58,243); }
td.TdClassName
{
border-color: #BC3AF3;
}
.TagClassName
{
border-color: #BC3AF3;
}
</style>