Shades of Medium Orchid #BC45FF
Tints of Medium Orchid #BC45FF
RGB
CMYK
RGB Variations
Color information
#BC45FF (or 0xBC45FF) is known color: Medium Orchid. HEX triplet: BC, 45 and FF. RGB value is (188,69,255). Sum of RGB (Red+Green+Blue) = 188+69+255=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 69 (27.34% from 255 or 13.48% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC45FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC45FF is #43BA00. Grayscale: #7D7D7D. Windows color (decimal): -4438529 or 16729532. OLE color: 16729532.
HSL color Cylindrical-coordinate representation of color #BC45FF: hue angle of 278.39º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC45FF is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 69 | 255 | - |
| CMYK | 0.26 | 0.73 | 0 | 0 |
| HSL | 278.39º | 1% | 0.64% | - |
| HSV(B) | 278.39º | 0.73% | 1% | - |
| XYZ | 40.92 | 22.17 | 96.73 | - |
| YUV | 125.79 | 200.92 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 69 | 255 | 0.26 | 0.73 | 0 | 0 | 278.39 | 1 | 0.64 |
| Hex | BC | 45 | FF | 1A | 49 | 0 | 0 | 116 | 64 | 40 |
| Octal | 274 | 105 | 377 | 32 | 111 | 0 | 0 | 426 | 144 | 100 |
| Binary | 10111100 | 1000101 | 11111111 | 11010 | 1001001 | 0 | 0 | 100010110 | 1100100 | 1000000 |
Color Harmonies of #BC45FF
Complementary color
Monochromatic Colors of #BC45FF
Black with #BC45FF
Text Example
Text Example
White with #BC45FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC45FF; }
p { color: rgb(188,69,255); }
H1.HeaderClassName
{
color: #BC45FF;
}
.AnyTagClassName
{
color: #BC45FF;
}
</style>
background-color css
<style>
a { background-color: #BC45FF; }
a { background-color: rgb(188,69,255); }
div.DivClassName
{
background-color: #BC45FF;
}
.BgClassName
{
background-color: #BC45FF;
}
</style>
border-color css
<style>
span { border-color: #BC45FF; }
span { border-color: rgb(188,69,255); }
td.TdClassName
{
border-color: #BC45FF;
}
.TagClassName
{
border-color: #BC45FF;
}
</style>