Shades of Medium Orchid #BC45FA
Tints of Medium Orchid #BC45FA
RGB
CMYK
RGB Variations
Color information
#BC45FA (or 0xBC45FA) is known color: Medium Orchid. HEX triplet: BC, 45 and FA. RGB value is (188,69,250). Sum of RGB (Red+Green+Blue) = 188+69+250=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 69 (27.34% from 255 or 13.61% from 507); Blue value is 250 (98.05% from 255 or 49.31% from 507); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC45FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC45FA is #43BA05. Grayscale: #7C7C7C. Windows color (decimal): -4438534 or 16401852. OLE color: 16401852.
HSL color Cylindrical-coordinate representation of color #BC45FA: hue angle of 279.45º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC45FA is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 69 | 250 | - |
| CMYK | 0.25 | 0.72 | 0 | 0.02 |
| HSL | 279.45º | 0.95% | 0.63% | - |
| HSV(B) | 279.45º | 0.72% | 0.98% | - |
| XYZ | 40.12 | 21.85 | 92.55 | - |
| YUV | 125.22 | 198.42 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 69 | 250 | 0.25 | 0.72 | 0 | 0.02 | 279.45 | 0.95 | 0.63 |
| Hex | BC | 45 | FA | 19 | 48 | 0 | 2 | 117 | 5F | 3F |
| Octal | 274 | 105 | 372 | 31 | 110 | 0 | 2 | 427 | 137 | 77 |
| Binary | 10111100 | 1000101 | 11111010 | 11001 | 1001000 | 0 | 10 | 100010111 | 1011111 | 111111 |
Color Harmonies of #BC45FA
Complementary color
Monochromatic Colors of #BC45FA
Black with #BC45FA
Text Example
Text Example
White with #BC45FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC45FA; }
p { color: rgb(188,69,250); }
H1.HeaderClassName
{
color: #BC45FA;
}
.AnyTagClassName
{
color: #BC45FA;
}
</style>
background-color css
<style>
a { background-color: #BC45FA; }
a { background-color: rgb(188,69,250); }
div.DivClassName
{
background-color: #BC45FA;
}
.BgClassName
{
background-color: #BC45FA;
}
</style>
border-color css
<style>
span { border-color: #BC45FA; }
span { border-color: rgb(188,69,250); }
td.TdClassName
{
border-color: #BC45FA;
}
.TagClassName
{
border-color: #BC45FA;
}
</style>