Shades of Medium Orchid #BA51CF
Tints of Medium Orchid #BA51CF
RGB
CMYK
RGB Variations
Color information
#BA51CF (or 0xBA51CF) is known color: Medium Orchid. HEX triplet: BA, 51 and CF. RGB value is (186,81,207). Sum of RGB (Red+Green+Blue) = 186+81+207=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 81 (32.03% from 255 or 17.09% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA51CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA51CF is #45AE30. Grayscale: #7E7E7E. Windows color (decimal): -4566577 or 13586874. OLE color: 13586874.
HSL color Cylindrical-coordinate representation of color #BA51CF: hue angle of 290º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA51CF is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 81 | 207 | - |
| CMYK | 0.10 | 0.61 | 0 | 0.19 |
| HSL | 290º | 0.57% | 0.56% | - |
| HSV(B) | 290º | 0.61% | 0.81% | - |
| XYZ | 34.45 | 20.83 | 61.24 | - |
| YUV | 126.76 | 173.29 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 81 | 207 | 0.10 | 0.61 | 0 | 0.19 | 290 | 0.57 | 0.56 |
| Hex | BA | 51 | CF | A | 3D | 0 | 13 | 122 | 39 | 38 |
| Octal | 272 | 121 | 317 | 12 | 75 | 0 | 23 | 442 | 71 | 70 |
| Binary | 10111010 | 1010001 | 11001111 | 1010 | 111101 | 0 | 10011 | 100100010 | 111001 | 111000 |
Color Harmonies of #BA51CF
Complementary color
Monochromatic Colors of #BA51CF
Black with #BA51CF
Text Example
Text Example
White with #BA51CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA51CF; }
p { color: rgb(186,81,207); }
H1.HeaderClassName
{
color: #BA51CF;
}
.AnyTagClassName
{
color: #BA51CF;
}
</style>
background-color css
<style>
a { background-color: #BA51CF; }
a { background-color: rgb(186,81,207); }
div.DivClassName
{
background-color: #BA51CF;
}
.BgClassName
{
background-color: #BA51CF;
}
</style>
border-color css
<style>
span { border-color: #BA51CF; }
span { border-color: rgb(186,81,207); }
td.TdClassName
{
border-color: #BA51CF;
}
.TagClassName
{
border-color: #BA51CF;
}
</style>