Shades of Medium Orchid #BA45FC
Tints of Medium Orchid #BA45FC
RGB
CMYK
RGB Variations
Color information
#BA45FC (or 0xBA45FC) is known color: Medium Orchid. HEX triplet: BA, 45 and FC. RGB value is (186,69,252). Sum of RGB (Red+Green+Blue) = 186+69+252=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 69 (27.34% from 255 or 13.61% from 507); Blue value is 252 (98.83% from 255 or 49.70% from 507); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA45FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA45FC is #45BA03. Grayscale: #7C7C7C. Windows color (decimal): -4569604 or 16532922. OLE color: 16532922.
HSL color Cylindrical-coordinate representation of color #BA45FC: hue angle of 278.36º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA45FC is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 69 | 252 | - |
| CMYK | 0.26 | 0.73 | 0 | 0.01 |
| HSL | 278.36º | 0.97% | 0.63% | - |
| HSV(B) | 278.36º | 0.73% | 0.99% | - |
| XYZ | 39.95 | 21.72 | 94.18 | - |
| YUV | 124.85 | 199.76 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 69 | 252 | 0.26 | 0.73 | 0 | 0.01 | 278.36 | 0.97 | 0.63 |
| Hex | BA | 45 | FC | 1A | 49 | 0 | 1 | 116 | 61 | 3F |
| Octal | 272 | 105 | 374 | 32 | 111 | 0 | 1 | 426 | 141 | 77 |
| Binary | 10111010 | 1000101 | 11111100 | 11010 | 1001001 | 0 | 1 | 100010110 | 1100001 | 111111 |
Color Harmonies of #BA45FC
Complementary color
Monochromatic Colors of #BA45FC
Black with #BA45FC
Text Example
Text Example
White with #BA45FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA45FC; }
p { color: rgb(186,69,252); }
H1.HeaderClassName
{
color: #BA45FC;
}
.AnyTagClassName
{
color: #BA45FC;
}
</style>
background-color css
<style>
a { background-color: #BA45FC; }
a { background-color: rgb(186,69,252); }
div.DivClassName
{
background-color: #BA45FC;
}
.BgClassName
{
background-color: #BA45FC;
}
</style>
border-color css
<style>
span { border-color: #BA45FC; }
span { border-color: rgb(186,69,252); }
td.TdClassName
{
border-color: #BA45FC;
}
.TagClassName
{
border-color: #BA45FC;
}
</style>