Shades of Medium Orchid #BA75DA
Tints of Medium Orchid #BA75DA
RGB
CMYK
RGB Variations
Color information
#BA75DA (or 0xBA75DA) is known color: Medium Orchid. HEX triplet: BA, 75 and DA. RGB value is (186,117,218). Sum of RGB (Red+Green+Blue) = 186+117+218=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 117 (46.09% from 255 or 22.46% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA75DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA75DA is #458A25. Grayscale: #949494. Windows color (decimal): -4557350 or 14316986. OLE color: 14316986.
HSL color Cylindrical-coordinate representation of color #BA75DA: hue angle of 280.99º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA75DA is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 117 | 218 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.15 |
| HSL | 280.99º | 0.58% | 0.66% | - |
| HSV(B) | 280.99º | 0.46% | 0.85% | - |
| XYZ | 39.27 | 28.22 | 69.71 | - |
| YUV | 149.15 | 166.86 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 117 | 218 | 0.15 | 0.46 | 0 | 0.15 | 280.99 | 0.58 | 0.66 |
| Hex | BA | 75 | DA | F | 2E | 0 | F | 119 | 3A | 42 |
| Octal | 272 | 165 | 332 | 17 | 56 | 0 | 17 | 431 | 72 | 102 |
| Binary | 10111010 | 1110101 | 11011010 | 1111 | 101110 | 0 | 1111 | 100011001 | 111010 | 1000010 |
Color Harmonies of #BA75DA
Complementary color
Monochromatic Colors of #BA75DA
Black with #BA75DA
Text Example
Text Example
White with #BA75DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA75DA; }
p { color: rgb(186,117,218); }
H1.HeaderClassName
{
color: #BA75DA;
}
.AnyTagClassName
{
color: #BA75DA;
}
</style>
background-color css
<style>
a { background-color: #BA75DA; }
a { background-color: rgb(186,117,218); }
div.DivClassName
{
background-color: #BA75DA;
}
.BgClassName
{
background-color: #BA75DA;
}
</style>
border-color css
<style>
span { border-color: #BA75DA; }
span { border-color: rgb(186,117,218); }
td.TdClassName
{
border-color: #BA75DA;
}
.TagClassName
{
border-color: #BA75DA;
}
</style>