Shades of Medium Orchid #BC3CF3
Tints of Medium Orchid #BC3CF3
RGB
CMYK
RGB Variations
Color information
#BC3CF3 (or 0xBC3CF3) is known color: Medium Orchid. HEX triplet: BC, 3C and F3. RGB value is (188,60,243). Sum of RGB (Red+Green+Blue) = 188+60+243=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 60 (23.83% from 255 or 12.22% from 491); Blue value is 243 (95.31% from 255 or 49.49% from 491); Max value from RGB is 243 - color contains mainly: blue. Hex color #BC3CF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC3CF3 is #43C30C. Grayscale: #767676. Windows color (decimal): -4440845 or 15940796. OLE color: 15940796.
HSL color Cylindrical-coordinate representation of color #BC3CF3: hue angle of 281.97º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC3CF3 is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 60 | 243 | - |
| CMYK | 0.23 | 0.75 | 0 | 0.05 |
| HSL | 281.97º | 0.88% | 0.59% | - |
| HSV(B) | 281.97º | 0.75% | 0.95% | - |
| XYZ | 38.53 | 20.39 | 86.7 | - |
| YUV | 119.13 | 197.91 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 60 | 243 | 0.23 | 0.75 | 0 | 0.05 | 281.97 | 0.88 | 0.59 |
| Hex | BC | 3C | F3 | 17 | 4B | 0 | 5 | 11A | 58 | 3B |
| Octal | 274 | 74 | 363 | 27 | 113 | 0 | 5 | 432 | 130 | 73 |
| Binary | 10111100 | 111100 | 11110011 | 10111 | 1001011 | 0 | 101 | 100011010 | 1011000 | 111011 |
Color Harmonies of #BC3CF3
Complementary color
Monochromatic Colors of #BC3CF3
Black with #BC3CF3
Text Example
Text Example
White with #BC3CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3CF3; }
p { color: rgb(188,60,243); }
H1.HeaderClassName
{
color: #BC3CF3;
}
.AnyTagClassName
{
color: #BC3CF3;
}
</style>
background-color css
<style>
a { background-color: #BC3CF3; }
a { background-color: rgb(188,60,243); }
div.DivClassName
{
background-color: #BC3CF3;
}
.BgClassName
{
background-color: #BC3CF3;
}
</style>
border-color css
<style>
span { border-color: #BC3CF3; }
span { border-color: rgb(188,60,243); }
td.TdClassName
{
border-color: #BC3CF3;
}
.TagClassName
{
border-color: #BC3CF3;
}
</style>