Shades of Medium Orchid #BC3DF8
Tints of Medium Orchid #BC3DF8
RGB
CMYK
RGB Variations
Color information
#BC3DF8 (or 0xBC3DF8) is known color: Medium Orchid. HEX triplet: BC, 3D and F8. RGB value is (188,61,248). Sum of RGB (Red+Green+Blue) = 188+61+248=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 61 (24.22% from 255 or 12.27% from 497); Blue value is 248 (97.27% from 255 or 49.90% from 497); Max value from RGB is 248 - color contains mainly: blue. Hex color #BC3DF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC3DF8 is #43C207. Grayscale: #777777. Windows color (decimal): -4440584 or 16268732. OLE color: 16268732.
HSL color Cylindrical-coordinate representation of color #BC3DF8: hue angle of 280.75º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC3DF8 is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 61 | 248 | - |
| CMYK | 0.24 | 0.75 | 0 | 0.03 |
| HSL | 280.75º | 0.93% | 0.61% | - |
| HSV(B) | 280.75º | 0.75% | 0.97% | - |
| XYZ | 39.35 | 20.81 | 90.75 | - |
| YUV | 120.29 | 200.08 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 61 | 248 | 0.24 | 0.75 | 0 | 0.03 | 280.75 | 0.93 | 0.61 |
| Hex | BC | 3D | F8 | 18 | 4B | 0 | 3 | 119 | 5D | 3D |
| Octal | 274 | 75 | 370 | 30 | 113 | 0 | 3 | 431 | 135 | 75 |
| Binary | 10111100 | 111101 | 11111000 | 11000 | 1001011 | 0 | 11 | 100011001 | 1011101 | 111101 |
Color Harmonies of #BC3DF8
Complementary color
Monochromatic Colors of #BC3DF8
Black with #BC3DF8
Text Example
Text Example
White with #BC3DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3DF8; }
p { color: rgb(188,61,248); }
H1.HeaderClassName
{
color: #BC3DF8;
}
.AnyTagClassName
{
color: #BC3DF8;
}
</style>
background-color css
<style>
a { background-color: #BC3DF8; }
a { background-color: rgb(188,61,248); }
div.DivClassName
{
background-color: #BC3DF8;
}
.BgClassName
{
background-color: #BC3DF8;
}
</style>
border-color css
<style>
span { border-color: #BC3DF8; }
span { border-color: rgb(188,61,248); }
td.TdClassName
{
border-color: #BC3DF8;
}
.TagClassName
{
border-color: #BC3DF8;
}
</style>