Shades of Medium Orchid #BA42CF
Tints of Medium Orchid #BA42CF
RGB
CMYK
RGB Variations
Color information
#BA42CF (or 0xBA42CF) is known color: Medium Orchid. HEX triplet: BA, 42 and CF. RGB value is (186,66,207). Sum of RGB (Red+Green+Blue) = 186+66+207=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 66 (26.17% from 255 or 14.38% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA42CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA42CF is #45BD30. Grayscale: #757575. Windows color (decimal): -4570417 or 13583034. OLE color: 13583034.
HSL color Cylindrical-coordinate representation of color #BA42CF: hue angle of 291.06º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA42CF is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 66 | 207 | - |
| CMYK | 0.10 | 0.68 | 0 | 0.19 |
| HSL | 291.06º | 0.59% | 0.54% | - |
| HSV(B) | 291.06º | 0.68% | 0.81% | - |
| XYZ | 33.46 | 18.84 | 60.9 | - |
| YUV | 117.95 | 178.26 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 66 | 207 | 0.10 | 0.68 | 0 | 0.19 | 291.06 | 0.59 | 0.54 |
| Hex | BA | 42 | CF | A | 44 | 0 | 13 | 123 | 3B | 36 |
| Octal | 272 | 102 | 317 | 12 | 104 | 0 | 23 | 443 | 73 | 66 |
| Binary | 10111010 | 1000010 | 11001111 | 1010 | 1000100 | 0 | 10011 | 100100011 | 111011 | 110110 |
Color Harmonies of #BA42CF
Complementary color
Monochromatic Colors of #BA42CF
Black with #BA42CF
Text Example
Text Example
White with #BA42CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA42CF; }
p { color: rgb(186,66,207); }
H1.HeaderClassName
{
color: #BA42CF;
}
.AnyTagClassName
{
color: #BA42CF;
}
</style>
background-color css
<style>
a { background-color: #BA42CF; }
a { background-color: rgb(186,66,207); }
div.DivClassName
{
background-color: #BA42CF;
}
.BgClassName
{
background-color: #BA42CF;
}
</style>
border-color css
<style>
span { border-color: #BA42CF; }
span { border-color: rgb(186,66,207); }
td.TdClassName
{
border-color: #BA42CF;
}
.TagClassName
{
border-color: #BA42CF;
}
</style>