Shades of Medium Orchid #BA64D2
Tints of Medium Orchid #BA64D2
RGB
CMYK
RGB Variations
Color information
#BA64D2 (or 0xBA64D2) is known color: Medium Orchid. HEX triplet: BA, 64 and D2. RGB value is (186,100,210). Sum of RGB (Red+Green+Blue) = 186+100+210=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 100 (39.45% from 255 or 20.16% from 496); Blue value is 210 (82.42% from 255 or 42.34% from 496); Max value from RGB is 210 - color contains mainly: blue. Hex color #BA64D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA64D2 is #459B2D. Grayscale: #898989. Windows color (decimal): -4561710 or 13788346. OLE color: 13788346.
HSL color Cylindrical-coordinate representation of color #BA64D2: hue angle of 286.91º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA64D2 is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 100 | 210 | - |
| CMYK | 0.11 | 0.52 | 0 | 0.18 |
| HSL | 286.91º | 0.55% | 0.61% | - |
| HSV(B) | 286.91º | 0.52% | 0.82% | - |
| XYZ | 36.44 | 24.21 | 63.72 | - |
| YUV | 138.25 | 168.49 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 100 | 210 | 0.11 | 0.52 | 0 | 0.18 | 286.91 | 0.55 | 0.61 |
| Hex | BA | 64 | D2 | B | 34 | 0 | 12 | 11F | 37 | 3D |
| Octal | 272 | 144 | 322 | 13 | 64 | 0 | 22 | 437 | 67 | 75 |
| Binary | 10111010 | 1100100 | 11010010 | 1011 | 110100 | 0 | 10010 | 100011111 | 110111 | 111101 |
Color Harmonies of #BA64D2
Complementary color
Monochromatic Colors of #BA64D2
Black with #BA64D2
Text Example
Text Example
White with #BA64D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA64D2; }
p { color: rgb(186,100,210); }
H1.HeaderClassName
{
color: #BA64D2;
}
.AnyTagClassName
{
color: #BA64D2;
}
</style>
background-color css
<style>
a { background-color: #BA64D2; }
a { background-color: rgb(186,100,210); }
div.DivClassName
{
background-color: #BA64D2;
}
.BgClassName
{
background-color: #BA64D2;
}
</style>
border-color css
<style>
span { border-color: #BA64D2; }
span { border-color: rgb(186,100,210); }
td.TdClassName
{
border-color: #BA64D2;
}
.TagClassName
{
border-color: #BA64D2;
}
</style>