Shades of Medium Orchid #BA42DC
Tints of Medium Orchid #BA42DC
RGB
CMYK
RGB Variations
Color information
#BA42DC (or 0xBA42DC) is known color: Medium Orchid. HEX triplet: BA, 42 and DC. RGB value is (186,66,220). Sum of RGB (Red+Green+Blue) = 186+66+220=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 66 (26.17% from 255 or 13.98% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA42DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA42DC is #45BD23. Grayscale: #767676. Windows color (decimal): -4570404 or 14435002. OLE color: 14435002.
HSL color Cylindrical-coordinate representation of color #BA42DC: hue angle of 286.75º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA42DC is Cyan = 0.15, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 66 | 220 | - |
| CMYK | 0.15 | 0.7 | 0 | 0.14 |
| HSL | 286.75º | 0.69% | 0.56% | - |
| HSV(B) | 286.75º | 0.7% | 0.86% | - |
| XYZ | 35.12 | 19.5 | 69.62 | - |
| YUV | 119.44 | 184.76 | 175.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 66 | 220 | 0.15 | 0.7 | 0 | 0.14 | 286.75 | 0.69 | 0.56 |
| Hex | BA | 42 | DC | F | 46 | 0 | E | 11F | 45 | 38 |
| Octal | 272 | 102 | 334 | 17 | 106 | 0 | 16 | 437 | 105 | 70 |
| Binary | 10111010 | 1000010 | 11011100 | 1111 | 1000110 | 0 | 1110 | 100011111 | 1000101 | 111000 |
Color Harmonies of #BA42DC
Complementary color
Monochromatic Colors of #BA42DC
Black with #BA42DC
Text Example
Text Example
White with #BA42DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA42DC; }
p { color: rgb(186,66,220); }
H1.HeaderClassName
{
color: #BA42DC;
}
.AnyTagClassName
{
color: #BA42DC;
}
</style>
background-color css
<style>
a { background-color: #BA42DC; }
a { background-color: rgb(186,66,220); }
div.DivClassName
{
background-color: #BA42DC;
}
.BgClassName
{
background-color: #BA42DC;
}
</style>
border-color css
<style>
span { border-color: #BA42DC; }
span { border-color: rgb(186,66,220); }
td.TdClassName
{
border-color: #BA42DC;
}
.TagClassName
{
border-color: #BA42DC;
}
</style>