Shades of Medium Orchid #BA65D2
Tints of Medium Orchid #BA65D2
RGB
CMYK
RGB Variations
Color information
#BA65D2 (or 0xBA65D2) is known color: Medium Orchid. HEX triplet: BA, 65 and D2. RGB value is (186,101,210). Sum of RGB (Red+Green+Blue) = 186+101+210=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 101 (39.84% from 255 or 20.32% from 497); Blue value is 210 (82.42% from 255 or 42.25% from 497); Max value from RGB is 210 - color contains mainly: blue. Hex color #BA65D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA65D2 is #459A2D. Grayscale: #8A8A8A. Windows color (decimal): -4561454 or 13788602. OLE color: 13788602.
HSL color Cylindrical-coordinate representation of color #BA65D2: hue angle of 286.79º 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 #BA65D2 is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 101 | 210 | - |
| CMYK | 0.11 | 0.52 | 0 | 0.18 |
| HSL | 286.79º | 0.55% | 0.61% | - |
| HSV(B) | 286.79º | 0.52% | 0.82% | - |
| XYZ | 36.54 | 24.4 | 63.76 | - |
| YUV | 138.84 | 168.16 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 101 | 210 | 0.11 | 0.52 | 0 | 0.18 | 286.79 | 0.55 | 0.61 |
| Hex | BA | 65 | D2 | B | 34 | 0 | 12 | 11F | 37 | 3D |
| Octal | 272 | 145 | 322 | 13 | 64 | 0 | 22 | 437 | 67 | 75 |
| Binary | 10111010 | 1100101 | 11010010 | 1011 | 110100 | 0 | 10010 | 100011111 | 110111 | 111101 |
Color Harmonies of #BA65D2
Complementary color
Monochromatic Colors of #BA65D2
Black with #BA65D2
Text Example
Text Example
White with #BA65D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA65D2; }
p { color: rgb(186,101,210); }
H1.HeaderClassName
{
color: #BA65D2;
}
.AnyTagClassName
{
color: #BA65D2;
}
</style>
background-color css
<style>
a { background-color: #BA65D2; }
a { background-color: rgb(186,101,210); }
div.DivClassName
{
background-color: #BA65D2;
}
.BgClassName
{
background-color: #BA65D2;
}
</style>
border-color css
<style>
span { border-color: #BA65D2; }
span { border-color: rgb(186,101,210); }
td.TdClassName
{
border-color: #BA65D2;
}
.TagClassName
{
border-color: #BA65D2;
}
</style>