Shades of Dark Orchid #BA30D2
Tints of Dark Orchid #BA30D2
RGB
CMYK
RGB Variations
Color information
#BA30D2 (or 0xBA30D2) is known color: Dark Orchid. HEX triplet: BA, 30 and D2. RGB value is (186,48,210). Sum of RGB (Red+Green+Blue) = 186+48+210=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 48 (19.14% from 255 or 10.81% from 444); Blue value is 210 (82.42% from 255 or 47.30% from 444); Max value from RGB is 210 - color contains mainly: blue. Hex color #BA30D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA30D2 is #45CF2D. Grayscale: #6B6B6B. Windows color (decimal): -4575022 or 13775034. OLE color: 13775034.
HSL color Cylindrical-coordinate representation of color #BA30D2: hue angle of 291.11º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA30D2 is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 48 | 210 | - |
| CMYK | 0.11 | 0.77 | 0 | 0.18 |
| HSL | 291.11º | 0.64% | 0.51% | - |
| HSV(B) | 291.11º | 0.77% | 0.82% | - |
| XYZ | 32.94 | 17.21 | 62.56 | - |
| YUV | 107.73 | 185.72 | 183.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 48 | 210 | 0.11 | 0.77 | 0 | 0.18 | 291.11 | 0.64 | 0.51 |
| Hex | BA | 30 | D2 | B | 4D | 0 | 12 | 123 | 40 | 33 |
| Octal | 272 | 60 | 322 | 13 | 115 | 0 | 22 | 443 | 100 | 63 |
| Binary | 10111010 | 110000 | 11010010 | 1011 | 1001101 | 0 | 10010 | 100100011 | 1000000 | 110011 |
Color Harmonies of #BA30D2
Complementary color
Monochromatic Colors of #BA30D2
Black with #BA30D2
Text Example
Text Example
White with #BA30D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA30D2; }
p { color: rgb(186,48,210); }
H1.HeaderClassName
{
color: #BA30D2;
}
.AnyTagClassName
{
color: #BA30D2;
}
</style>
background-color css
<style>
a { background-color: #BA30D2; }
a { background-color: rgb(186,48,210); }
div.DivClassName
{
background-color: #BA30D2;
}
.BgClassName
{
background-color: #BA30D2;
}
</style>
border-color css
<style>
span { border-color: #BA30D2; }
span { border-color: rgb(186,48,210); }
td.TdClassName
{
border-color: #BA30D2;
}
.TagClassName
{
border-color: #BA30D2;
}
</style>