Shades of Medium Orchid #BA75DC
Tints of Medium Orchid #BA75DC
RGB
CMYK
RGB Variations
Color information
#BA75DC (or 0xBA75DC) is known color: Medium Orchid. HEX triplet: BA, 75 and DC. RGB value is (186,117,220). Sum of RGB (Red+Green+Blue) = 186+117+220=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 117 (46.09% from 255 or 22.37% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA75DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA75DC is #458A23. Grayscale: #959595. Windows color (decimal): -4557348 or 14448058. OLE color: 14448058.
HSL color Cylindrical-coordinate representation of color #BA75DC: hue angle of 280.19º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA75DC is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 117 | 220 | - |
| CMYK | 0.15 | 0.47 | 0 | 0.14 |
| HSL | 280.19º | 0.6% | 0.66% | - |
| HSV(B) | 280.19º | 0.47% | 0.86% | - |
| XYZ | 39.53 | 28.33 | 71.09 | - |
| YUV | 149.37 | 167.86 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 117 | 220 | 0.15 | 0.47 | 0 | 0.14 | 280.19 | 0.6 | 0.66 |
| Hex | BA | 75 | DC | F | 2F | 0 | E | 118 | 3C | 42 |
| Octal | 272 | 165 | 334 | 17 | 57 | 0 | 16 | 430 | 74 | 102 |
| Binary | 10111010 | 1110101 | 11011100 | 1111 | 101111 | 0 | 1110 | 100011000 | 111100 | 1000010 |
Color Harmonies of #BA75DC
Complementary color
Monochromatic Colors of #BA75DC
Black with #BA75DC
Text Example
Text Example
White with #BA75DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA75DC; }
p { color: rgb(186,117,220); }
H1.HeaderClassName
{
color: #BA75DC;
}
.AnyTagClassName
{
color: #BA75DC;
}
</style>
background-color css
<style>
a { background-color: #BA75DC; }
a { background-color: rgb(186,117,220); }
div.DivClassName
{
background-color: #BA75DC;
}
.BgClassName
{
background-color: #BA75DC;
}
</style>
border-color css
<style>
span { border-color: #BA75DC; }
span { border-color: rgb(186,117,220); }
td.TdClassName
{
border-color: #BA75DC;
}
.TagClassName
{
border-color: #BA75DC;
}
</style>