Shades of Medium Orchid #BC41F8
Tints of Medium Orchid #BC41F8
RGB
CMYK
RGB Variations
Color information
#BC41F8 (or 0xBC41F8) is known color: Medium Orchid. HEX triplet: BC, 41 and F8. RGB value is (188,65,248). Sum of RGB (Red+Green+Blue) = 188+65+248=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 65 (25.78% from 255 or 12.97% from 501); Blue value is 248 (97.27% from 255 or 49.50% from 501); Max value from RGB is 248 - color contains mainly: blue. Hex color #BC41F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC41F8 is #43BE07. Grayscale: #7A7A7A. Windows color (decimal): -4439560 or 16269756. OLE color: 16269756.
HSL color Cylindrical-coordinate representation of color #BC41F8: hue angle of 280.33º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC41F8 is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 65 | 248 | - |
| CMYK | 0.24 | 0.74 | 0 | 0.03 |
| HSL | 280.33º | 0.93% | 0.61% | - |
| HSV(B) | 280.33º | 0.74% | 0.97% | - |
| XYZ | 39.57 | 21.25 | 90.82 | - |
| YUV | 122.64 | 198.75 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 65 | 248 | 0.24 | 0.74 | 0 | 0.03 | 280.33 | 0.93 | 0.61 |
| Hex | BC | 41 | F8 | 18 | 4A | 0 | 3 | 118 | 5D | 3D |
| Octal | 274 | 101 | 370 | 30 | 112 | 0 | 3 | 430 | 135 | 75 |
| Binary | 10111100 | 1000001 | 11111000 | 11000 | 1001010 | 0 | 11 | 100011000 | 1011101 | 111101 |
Color Harmonies of #BC41F8
Complementary color
Monochromatic Colors of #BC41F8
Black with #BC41F8
Text Example
Text Example
White with #BC41F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC41F8; }
p { color: rgb(188,65,248); }
H1.HeaderClassName
{
color: #BC41F8;
}
.AnyTagClassName
{
color: #BC41F8;
}
</style>
background-color css
<style>
a { background-color: #BC41F8; }
a { background-color: rgb(188,65,248); }
div.DivClassName
{
background-color: #BC41F8;
}
.BgClassName
{
background-color: #BC41F8;
}
</style>
border-color css
<style>
span { border-color: #BC41F8; }
span { border-color: rgb(188,65,248); }
td.TdClassName
{
border-color: #BC41F8;
}
.TagClassName
{
border-color: #BC41F8;
}
</style>