Shades of Medium Orchid #BA43DA
Tints of Medium Orchid #BA43DA
RGB
CMYK
RGB Variations
Color information
#BA43DA (or 0xBA43DA) is known color: Medium Orchid. HEX triplet: BA, 43 and DA. RGB value is (186,67,218). Sum of RGB (Red+Green+Blue) = 186+67+218=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 67 (26.56% from 255 or 14.23% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA43DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA43DA is #45BC25. Grayscale: #777777. Windows color (decimal): -4570150 or 14304186. OLE color: 14304186.
HSL color Cylindrical-coordinate representation of color #BA43DA: hue angle of 287.28º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA43DA is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 67 | 218 | - |
| CMYK | 0.15 | 0.69 | 0 | 0.15 |
| HSL | 287.28º | 0.67% | 0.56% | - |
| HSV(B) | 287.28º | 0.69% | 0.85% | - |
| XYZ | 34.91 | 19.52 | 68.26 | - |
| YUV | 119.8 | 183.42 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 67 | 218 | 0.15 | 0.69 | 0 | 0.15 | 287.28 | 0.67 | 0.56 |
| Hex | BA | 43 | DA | F | 45 | 0 | F | 11F | 43 | 38 |
| Octal | 272 | 103 | 332 | 17 | 105 | 0 | 17 | 437 | 103 | 70 |
| Binary | 10111010 | 1000011 | 11011010 | 1111 | 1000101 | 0 | 1111 | 100011111 | 1000011 | 111000 |
Color Harmonies of #BA43DA
Complementary color
Monochromatic Colors of #BA43DA
Black with #BA43DA
Text Example
Text Example
White with #BA43DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA43DA; }
p { color: rgb(186,67,218); }
H1.HeaderClassName
{
color: #BA43DA;
}
.AnyTagClassName
{
color: #BA43DA;
}
</style>
background-color css
<style>
a { background-color: #BA43DA; }
a { background-color: rgb(186,67,218); }
div.DivClassName
{
background-color: #BA43DA;
}
.BgClassName
{
background-color: #BA43DA;
}
</style>
border-color css
<style>
span { border-color: #BA43DA; }
span { border-color: rgb(186,67,218); }
td.TdClassName
{
border-color: #BA43DA;
}
.TagClassName
{
border-color: #BA43DA;
}
</style>