Shades of Dark Orchid #BA30CC
Tints of Dark Orchid #BA30CC
RGB
CMYK
RGB Variations
Color information
#BA30CC (or 0xBA30CC) is known color: Dark Orchid. HEX triplet: BA, 30 and CC. RGB value is (186,48,204). Sum of RGB (Red+Green+Blue) = 186+48+204=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 48 (19.14% from 255 or 10.96% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA30CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA30CC is #45CF33. Grayscale: #6A6A6A. Windows color (decimal): -4575028 or 13381818. OLE color: 13381818.
HSL color Cylindrical-coordinate representation of color #BA30CC: hue angle of 293.08º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA30CC is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 48 | 204 | - |
| CMYK | 0.09 | 0.76 | 0 | 0.2 |
| HSL | 293.08º | 0.62% | 0.49% | - |
| HSV(B) | 293.08º | 0.76% | 0.8% | - |
| XYZ | 32.21 | 16.91 | 58.69 | - |
| YUV | 107.05 | 182.72 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 48 | 204 | 0.09 | 0.76 | 0 | 0.2 | 293.08 | 0.62 | 0.49 |
| Hex | BA | 30 | CC | 9 | 4C | 0 | 14 | 125 | 3E | 31 |
| Octal | 272 | 60 | 314 | 11 | 114 | 0 | 24 | 445 | 76 | 61 |
| Binary | 10111010 | 110000 | 11001100 | 1001 | 1001100 | 0 | 10100 | 100100101 | 111110 | 110001 |
Color Harmonies of #BA30CC
Complementary color
Monochromatic Colors of #BA30CC
Black with #BA30CC
Text Example
Text Example
White with #BA30CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA30CC; }
p { color: rgb(186,48,204); }
H1.HeaderClassName
{
color: #BA30CC;
}
.AnyTagClassName
{
color: #BA30CC;
}
</style>
background-color css
<style>
a { background-color: #BA30CC; }
a { background-color: rgb(186,48,204); }
div.DivClassName
{
background-color: #BA30CC;
}
.BgClassName
{
background-color: #BA30CC;
}
</style>
border-color css
<style>
span { border-color: #BA30CC; }
span { border-color: rgb(186,48,204); }
td.TdClassName
{
border-color: #BA30CC;
}
.TagClassName
{
border-color: #BA30CC;
}
</style>