Shades of Medium Orchid #BC41FF
Tints of Medium Orchid #BC41FF
RGB
CMYK
RGB Variations
Color information
#BC41FF (or 0xBC41FF) is known color: Medium Orchid. HEX triplet: BC, 41 and FF. RGB value is (188,65,255). Sum of RGB (Red+Green+Blue) = 188+65+255=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 65 (25.78% from 255 or 12.80% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC41FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC41FF is #43BE00. Grayscale: #7A7A7A. Windows color (decimal): -4439553 or 16728508. OLE color: 16728508.
HSL color Cylindrical-coordinate representation of color #BC41FF: hue angle of 278.84º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC41FF is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 65 | 255 | - |
| CMYK | 0.26 | 0.75 | 0 | 0 |
| HSL | 278.84º | 1% | 0.63% | - |
| HSV(B) | 278.84º | 0.75% | 1% | - |
| XYZ | 40.68 | 21.69 | 96.65 | - |
| YUV | 123.44 | 202.25 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 65 | 255 | 0.26 | 0.75 | 0 | 0 | 278.84 | 1 | 0.63 |
| Hex | BC | 41 | FF | 1A | 4B | 0 | 0 | 117 | 64 | 3F |
| Octal | 274 | 101 | 377 | 32 | 113 | 0 | 0 | 427 | 144 | 77 |
| Binary | 10111100 | 1000001 | 11111111 | 11010 | 1001011 | 0 | 0 | 100010111 | 1100100 | 111111 |
Color Harmonies of #BC41FF
Complementary color
Monochromatic Colors of #BC41FF
Black with #BC41FF
Text Example
Text Example
White with #BC41FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC41FF; }
p { color: rgb(188,65,255); }
H1.HeaderClassName
{
color: #BC41FF;
}
.AnyTagClassName
{
color: #BC41FF;
}
</style>
background-color css
<style>
a { background-color: #BC41FF; }
a { background-color: rgb(188,65,255); }
div.DivClassName
{
background-color: #BC41FF;
}
.BgClassName
{
background-color: #BC41FF;
}
</style>
border-color css
<style>
span { border-color: #BC41FF; }
span { border-color: rgb(188,65,255); }
td.TdClassName
{
border-color: #BC41FF;
}
.TagClassName
{
border-color: #BC41FF;
}
</style>