Shades of Dark Orchid #BA23D1
Tints of Dark Orchid #BA23D1
RGB
CMYK
RGB Variations
Color information
#BA23D1 (or 0xBA23D1) is known color: Dark Orchid. HEX triplet: BA, 23 and D1. RGB value is (186,35,209). Sum of RGB (Red+Green+Blue) = 186+35+209=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 35 (14.06% from 255 or 8.14% from 430); Blue value is 209 (82.03% from 255 or 48.60% from 430); Max value from RGB is 209 - color contains mainly: blue. Hex color #BA23D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA23D1 is #45DC2E. Grayscale: #636363. Windows color (decimal): -4578351 or 13706170. OLE color: 13706170.
HSL color Cylindrical-coordinate representation of color #BA23D1: hue angle of 292.07º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA23D1 is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 35 | 209 | - |
| CMYK | 0.11 | 0.83 | 0 | 0.18 |
| HSL | 292.07º | 0.71% | 0.48% | - |
| HSV(B) | 292.07º | 0.83% | 0.82% | - |
| XYZ | 32.36 | 16.24 | 61.75 | - |
| YUV | 99.99 | 189.53 | 189.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 35 | 209 | 0.11 | 0.83 | 0 | 0.18 | 292.07 | 0.71 | 0.48 |
| Hex | BA | 23 | D1 | B | 53 | 0 | 12 | 124 | 47 | 30 |
| Octal | 272 | 43 | 321 | 13 | 123 | 0 | 22 | 444 | 107 | 60 |
| Binary | 10111010 | 100011 | 11010001 | 1011 | 1010011 | 0 | 10010 | 100100100 | 1000111 | 110000 |
Color Harmonies of #BA23D1
Complementary color
Monochromatic Colors of #BA23D1
Black with #BA23D1
Text Example
Text Example
White with #BA23D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA23D1; }
p { color: rgb(186,35,209); }
H1.HeaderClassName
{
color: #BA23D1;
}
.AnyTagClassName
{
color: #BA23D1;
}
</style>
background-color css
<style>
a { background-color: #BA23D1; }
a { background-color: rgb(186,35,209); }
div.DivClassName
{
background-color: #BA23D1;
}
.BgClassName
{
background-color: #BA23D1;
}
</style>
border-color css
<style>
span { border-color: #BA23D1; }
span { border-color: rgb(186,35,209); }
td.TdClassName
{
border-color: #BA23D1;
}
.TagClassName
{
border-color: #BA23D1;
}
</style>