Shades of Dark Orchid #BA25D3
Tints of Dark Orchid #BA25D3
RGB
CMYK
RGB Variations
Color information
#BA25D3 (or 0xBA25D3) is known color: Dark Orchid. HEX triplet: BA, 25 and D3. RGB value is (186,37,211). Sum of RGB (Red+Green+Blue) = 186+37+211=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 37 (14.84% from 255 or 8.53% from 434); Blue value is 211 (82.81% from 255 or 48.62% from 434); Max value from RGB is 211 - color contains mainly: blue. Hex color #BA25D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA25D3 is #45DA2C. Grayscale: #646464. Windows color (decimal): -4577837 or 13837754. OLE color: 13837754.
HSL color Cylindrical-coordinate representation of color #BA25D3: hue angle of 291.38º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA25D3 is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 37 | 211 | - |
| CMYK | 0.12 | 0.82 | 0 | 0.17 |
| HSL | 291.38º | 0.7% | 0.49% | - |
| HSV(B) | 291.38º | 0.82% | 0.83% | - |
| XYZ | 32.67 | 16.47 | 63.08 | - |
| YUV | 101.39 | 189.86 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 37 | 211 | 0.12 | 0.82 | 0 | 0.17 | 291.38 | 0.7 | 0.49 |
| Hex | BA | 25 | D3 | C | 52 | 0 | 11 | 123 | 46 | 31 |
| Octal | 272 | 45 | 323 | 14 | 122 | 0 | 21 | 443 | 106 | 61 |
| Binary | 10111010 | 100101 | 11010011 | 1100 | 1010010 | 0 | 10001 | 100100011 | 1000110 | 110001 |
Color Harmonies of #BA25D3
Complementary color
Monochromatic Colors of #BA25D3
Black with #BA25D3
Text Example
Text Example
White with #BA25D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA25D3; }
p { color: rgb(186,37,211); }
H1.HeaderClassName
{
color: #BA25D3;
}
.AnyTagClassName
{
color: #BA25D3;
}
</style>
background-color css
<style>
a { background-color: #BA25D3; }
a { background-color: rgb(186,37,211); }
div.DivClassName
{
background-color: #BA25D3;
}
.BgClassName
{
background-color: #BA25D3;
}
</style>
border-color css
<style>
span { border-color: #BA25D3; }
span { border-color: rgb(186,37,211); }
td.TdClassName
{
border-color: #BA25D3;
}
.TagClassName
{
border-color: #BA25D3;
}
</style>