Shades of Medium Orchid #BC3FF9
Tints of Medium Orchid #BC3FF9
RGB
CMYK
RGB Variations
Color information
#BC3FF9 (or 0xBC3FF9) is known color: Medium Orchid. HEX triplet: BC, 3F and F9. RGB value is (188,63,249). Sum of RGB (Red+Green+Blue) = 188+63+249=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 63 (25% from 255 or 12.6% from 500); Blue value is 249 (97.66% from 255 or 49.8% from 500); Max value from RGB is 249 - color contains mainly: blue. Hex color #BC3FF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC3FF9 is #43C006. Grayscale: #787878. Windows color (decimal): -4440071 or 16334780. OLE color: 16334780.
HSL color Cylindrical-coordinate representation of color #BC3FF9: hue angle of 280.32º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC3FF9 is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 63 | 249 | - |
| CMYK | 0.24 | 0.75 | 0 | 0.02 |
| HSL | 280.32º | 0.94% | 0.61% | - |
| HSV(B) | 280.32º | 0.75% | 0.98% | - |
| XYZ | 39.62 | 21.09 | 91.6 | - |
| YUV | 121.58 | 199.91 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 63 | 249 | 0.24 | 0.75 | 0 | 0.02 | 280.32 | 0.94 | 0.61 |
| Hex | BC | 3F | F9 | 18 | 4B | 0 | 2 | 118 | 5E | 3D |
| Octal | 274 | 77 | 371 | 30 | 113 | 0 | 2 | 430 | 136 | 75 |
| Binary | 10111100 | 111111 | 11111001 | 11000 | 1001011 | 0 | 10 | 100011000 | 1011110 | 111101 |
Color Harmonies of #BC3FF9
Complementary color
Monochromatic Colors of #BC3FF9
Black with #BC3FF9
Text Example
Text Example
White with #BC3FF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3FF9; }
p { color: rgb(188,63,249); }
H1.HeaderClassName
{
color: #BC3FF9;
}
.AnyTagClassName
{
color: #BC3FF9;
}
</style>
background-color css
<style>
a { background-color: #BC3FF9; }
a { background-color: rgb(188,63,249); }
div.DivClassName
{
background-color: #BC3FF9;
}
.BgClassName
{
background-color: #BC3FF9;
}
</style>
border-color css
<style>
span { border-color: #BC3FF9; }
span { border-color: rgb(188,63,249); }
td.TdClassName
{
border-color: #BC3FF9;
}
.TagClassName
{
border-color: #BC3FF9;
}
</style>