Shades of Dark Orchid #BA2FD3
Tints of Dark Orchid #BA2FD3
RGB
CMYK
RGB Variations
Color information
#BA2FD3 (or 0xBA2FD3) is known color: Dark Orchid. HEX triplet: BA, 2F and D3. RGB value is (186,47,211). Sum of RGB (Red+Green+Blue) = 186+47+211=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 47 (18.75% from 255 or 10.59% from 444); Blue value is 211 (82.81% from 255 or 47.52% from 444); Max value from RGB is 211 - color contains mainly: blue. Hex color #BA2FD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2FD3 is #45D02C. Grayscale: #6A6A6A. Windows color (decimal): -4575277 or 13840314. OLE color: 13840314.
HSL color Cylindrical-coordinate representation of color #BA2FD3: hue angle of 290.85º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA2FD3 is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 47 | 211 | - |
| CMYK | 0.12 | 0.78 | 0 | 0.17 |
| HSL | 290.85º | 0.65% | 0.51% | - |
| HSV(B) | 290.85º | 0.78% | 0.83% | - |
| XYZ | 33.02 | 17.18 | 63.2 | - |
| YUV | 107.26 | 186.55 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 47 | 211 | 0.12 | 0.78 | 0 | 0.17 | 290.85 | 0.65 | 0.51 |
| Hex | BA | 2F | D3 | C | 4E | 0 | 11 | 123 | 41 | 33 |
| Octal | 272 | 57 | 323 | 14 | 116 | 0 | 21 | 443 | 101 | 63 |
| Binary | 10111010 | 101111 | 11010011 | 1100 | 1001110 | 0 | 10001 | 100100011 | 1000001 | 110011 |
Color Harmonies of #BA2FD3
Complementary color
Monochromatic Colors of #BA2FD3
Black with #BA2FD3
Text Example
Text Example
White with #BA2FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2FD3; }
p { color: rgb(186,47,211); }
H1.HeaderClassName
{
color: #BA2FD3;
}
.AnyTagClassName
{
color: #BA2FD3;
}
</style>
background-color css
<style>
a { background-color: #BA2FD3; }
a { background-color: rgb(186,47,211); }
div.DivClassName
{
background-color: #BA2FD3;
}
.BgClassName
{
background-color: #BA2FD3;
}
</style>
border-color css
<style>
span { border-color: #BA2FD3; }
span { border-color: rgb(186,47,211); }
td.TdClassName
{
border-color: #BA2FD3;
}
.TagClassName
{
border-color: #BA2FD3;
}
</style>