Shades of Medium Orchid #BA75CD
Tints of Medium Orchid #BA75CD
RGB
CMYK
RGB Variations
Color information
#BA75CD (or 0xBA75CD) is known color: Medium Orchid. HEX triplet: BA, 75 and CD. RGB value is (186,117,205). Sum of RGB (Red+Green+Blue) = 186+117+205=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 117 (46.09% from 255 or 23.03% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA75CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA75CD is #458A32. Grayscale: #939393. Windows color (decimal): -4557363 or 13465018. OLE color: 13465018.
HSL color Cylindrical-coordinate representation of color #BA75CD: hue angle of 287.05º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BA75CD is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 117 | 205 | - |
| CMYK | 0.09 | 0.43 | 0 | 0.20 |
| HSL | 287.05º | 0.47% | 0.63% | - |
| HSV(B) | 287.05º | 0.43% | 0.8% | - |
| XYZ | 37.63 | 27.57 | 61.1 | - |
| YUV | 147.66 | 160.36 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 117 | 205 | 0.09 | 0.43 | 0 | 0.20 | 287.05 | 0.47 | 0.63 |
| Hex | BA | 75 | CD | 9 | 2B | 0 | 14 | 11F | 2F | 3F |
| Octal | 272 | 165 | 315 | 11 | 53 | 0 | 24 | 437 | 57 | 77 |
| Binary | 10111010 | 1110101 | 11001101 | 1001 | 101011 | 0 | 10100 | 100011111 | 101111 | 111111 |
Color Harmonies of #BA75CD
Complementary color
Monochromatic Colors of #BA75CD
Black with #BA75CD
Text Example
Text Example
White with #BA75CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA75CD; }
p { color: rgb(186,117,205); }
H1.HeaderClassName
{
color: #BA75CD;
}
.AnyTagClassName
{
color: #BA75CD;
}
</style>
background-color css
<style>
a { background-color: #BA75CD; }
a { background-color: rgb(186,117,205); }
div.DivClassName
{
background-color: #BA75CD;
}
.BgClassName
{
background-color: #BA75CD;
}
</style>
border-color css
<style>
span { border-color: #BA75CD; }
span { border-color: rgb(186,117,205); }
td.TdClassName
{
border-color: #BA75CD;
}
.TagClassName
{
border-color: #BA75CD;
}
</style>