Shades of Dark Orchid #BA25C6
Tints of Dark Orchid #BA25C6
RGB
CMYK
RGB Variations
Color information
#BA25C6 (or 0xBA25C6) is known color: Dark Orchid. HEX triplet: BA, 25 and C6. RGB value is (186,37,198). Sum of RGB (Red+Green+Blue) = 186+37+198=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 37 (14.84% from 255 or 8.79% from 421); Blue value is 198 (77.73% from 255 or 47.03% from 421); Max value from RGB is 198 - color contains mainly: blue. Hex color #BA25C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA25C6 is #45DA39. Grayscale: #636363. Windows color (decimal): -4577850 or 12985786. OLE color: 12985786.
HSL color Cylindrical-coordinate representation of color #BA25C6: hue angle of 295.53º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA25C6 is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 37 | 198 | - |
| CMYK | 0.06 | 0.81 | 0 | 0.22 |
| HSL | 295.53º | 0.69% | 0.46% | - |
| HSV(B) | 295.53º | 0.81% | 0.78% | - |
| XYZ | 31.1 | 15.84 | 54.84 | - |
| YUV | 99.91 | 183.36 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 37 | 198 | 0.06 | 0.81 | 0 | 0.22 | 295.53 | 0.69 | 0.46 |
| Hex | BA | 25 | C6 | 6 | 51 | 0 | 16 | 128 | 45 | 2E |
| Octal | 272 | 45 | 306 | 6 | 121 | 0 | 26 | 450 | 105 | 56 |
| Binary | 10111010 | 100101 | 11000110 | 110 | 1010001 | 0 | 10110 | 100101000 | 1000101 | 101110 |
Color Harmonies of #BA25C6
Complementary color
Monochromatic Colors of #BA25C6
Black with #BA25C6
Text Example
Text Example
White with #BA25C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA25C6; }
p { color: rgb(186,37,198); }
H1.HeaderClassName
{
color: #BA25C6;
}
.AnyTagClassName
{
color: #BA25C6;
}
</style>
background-color css
<style>
a { background-color: #BA25C6; }
a { background-color: rgb(186,37,198); }
div.DivClassName
{
background-color: #BA25C6;
}
.BgClassName
{
background-color: #BA25C6;
}
</style>
border-color css
<style>
span { border-color: #BA25C6; }
span { border-color: rgb(186,37,198); }
td.TdClassName
{
border-color: #BA25C6;
}
.TagClassName
{
border-color: #BA25C6;
}
</style>