Shades of Medium Orchid #BC3FF6
Tints of Medium Orchid #BC3FF6
RGB
CMYK
RGB Variations
Color information
#BC3FF6 (or 0xBC3FF6) is known color: Medium Orchid. HEX triplet: BC, 3F and F6. RGB value is (188,63,246). Sum of RGB (Red+Green+Blue) = 188+63+246=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 63 (25% from 255 or 12.68% from 497); Blue value is 246 (96.48% from 255 or 49.50% from 497); Max value from RGB is 246 - color contains mainly: blue. Hex color #BC3FF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC3FF6 is #43C009. Grayscale: #787878. Windows color (decimal): -4440074 or 16138172. OLE color: 16138172.
HSL color Cylindrical-coordinate representation of color #BC3FF6: hue angle of 280.98º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC3FF6 is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 63 | 246 | - |
| CMYK | 0.24 | 0.74 | 0 | 0.04 |
| HSL | 280.98º | 0.91% | 0.61% | - |
| HSV(B) | 280.98º | 0.74% | 0.96% | - |
| XYZ | 39.15 | 20.9 | 89.16 | - |
| YUV | 121.24 | 198.41 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 63 | 246 | 0.24 | 0.74 | 0 | 0.04 | 280.98 | 0.91 | 0.61 |
| Hex | BC | 3F | F6 | 18 | 4A | 0 | 4 | 119 | 5B | 3D |
| Octal | 274 | 77 | 366 | 30 | 112 | 0 | 4 | 431 | 133 | 75 |
| Binary | 10111100 | 111111 | 11110110 | 11000 | 1001010 | 0 | 100 | 100011001 | 1011011 | 111101 |
Color Harmonies of #BC3FF6
Complementary color
Monochromatic Colors of #BC3FF6
Black with #BC3FF6
Text Example
Text Example
White with #BC3FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3FF6; }
p { color: rgb(188,63,246); }
H1.HeaderClassName
{
color: #BC3FF6;
}
.AnyTagClassName
{
color: #BC3FF6;
}
</style>
background-color css
<style>
a { background-color: #BC3FF6; }
a { background-color: rgb(188,63,246); }
div.DivClassName
{
background-color: #BC3FF6;
}
.BgClassName
{
background-color: #BC3FF6;
}
</style>
border-color css
<style>
span { border-color: #BC3FF6; }
span { border-color: rgb(188,63,246); }
td.TdClassName
{
border-color: #BC3FF6;
}
.TagClassName
{
border-color: #BC3FF6;
}
</style>