Shades of Medium Orchid #BC3DF6
Tints of Medium Orchid #BC3DF6
RGB
CMYK
RGB Variations
Color information
#BC3DF6 (or 0xBC3DF6) is known color: Medium Orchid. HEX triplet: BC, 3D and F6. RGB value is (188,61,246). Sum of RGB (Red+Green+Blue) = 188+61+246=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 61 (24.22% from 255 or 12.32% from 495); Blue value is 246 (96.48% from 255 or 49.70% from 495); Max value from RGB is 246 - color contains mainly: blue. Hex color #BC3DF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC3DF6 is #43C209. Grayscale: #777777. Windows color (decimal): -4440586 or 16137660. OLE color: 16137660.
HSL color Cylindrical-coordinate representation of color #BC3DF6: hue angle of 281.19º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC3DF6 is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 61 | 246 | - |
| CMYK | 0.24 | 0.75 | 0 | 0.04 |
| HSL | 281.19º | 0.91% | 0.6% | - |
| HSV(B) | 281.19º | 0.75% | 0.96% | - |
| XYZ | 39.04 | 20.68 | 89.12 | - |
| YUV | 120.06 | 199.08 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 61 | 246 | 0.24 | 0.75 | 0 | 0.04 | 281.19 | 0.91 | 0.6 |
| Hex | BC | 3D | F6 | 18 | 4B | 0 | 4 | 119 | 5B | 3C |
| Octal | 274 | 75 | 366 | 30 | 113 | 0 | 4 | 431 | 133 | 74 |
| Binary | 10111100 | 111101 | 11110110 | 11000 | 1001011 | 0 | 100 | 100011001 | 1011011 | 111100 |
Color Harmonies of #BC3DF6
Complementary color
Monochromatic Colors of #BC3DF6
Black with #BC3DF6
Text Example
Text Example
White with #BC3DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3DF6; }
p { color: rgb(188,61,246); }
H1.HeaderClassName
{
color: #BC3DF6;
}
.AnyTagClassName
{
color: #BC3DF6;
}
</style>
background-color css
<style>
a { background-color: #BC3DF6; }
a { background-color: rgb(188,61,246); }
div.DivClassName
{
background-color: #BC3DF6;
}
.BgClassName
{
background-color: #BC3DF6;
}
</style>
border-color css
<style>
span { border-color: #BC3DF6; }
span { border-color: rgb(188,61,246); }
td.TdClassName
{
border-color: #BC3DF6;
}
.TagClassName
{
border-color: #BC3DF6;
}
</style>