Shades of Dark Orchid #BA26C3
Tints of Dark Orchid #BA26C3
RGB
CMYK
RGB Variations
Color information
#BA26C3 (or 0xBA26C3) is known color: Dark Orchid. HEX triplet: BA, 26 and C3. RGB value is (186,38,195). Sum of RGB (Red+Green+Blue) = 186+38+195=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 38 (15.23% from 255 or 9.07% from 419); Blue value is 195 (76.56% from 255 or 46.54% from 419); Max value from RGB is 195 - color contains mainly: blue. Hex color #BA26C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA26C3 is #45D93C. Grayscale: #636363. Windows color (decimal): -4577597 or 12789434. OLE color: 12789434.
HSL color Cylindrical-coordinate representation of color #BA26C3: hue angle of 296.56º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA26C3 is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 38 | 195 | - |
| CMYK | 0.05 | 0.81 | 0 | 0.24 |
| HSL | 296.56º | 0.67% | 0.46% | - |
| HSV(B) | 296.56º | 0.81% | 0.76% | - |
| XYZ | 30.79 | 15.77 | 53.05 | - |
| YUV | 100.15 | 181.53 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 38 | 195 | 0.05 | 0.81 | 0 | 0.24 | 296.56 | 0.67 | 0.46 |
| Hex | BA | 26 | C3 | 5 | 51 | 0 | 18 | 129 | 43 | 2E |
| Octal | 272 | 46 | 303 | 5 | 121 | 0 | 30 | 451 | 103 | 56 |
| Binary | 10111010 | 100110 | 11000011 | 101 | 1010001 | 0 | 11000 | 100101001 | 1000011 | 101110 |
Color Harmonies of #BA26C3
Complementary color
Monochromatic Colors of #BA26C3
Black with #BA26C3
Text Example
Text Example
White with #BA26C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA26C3; }
p { color: rgb(186,38,195); }
H1.HeaderClassName
{
color: #BA26C3;
}
.AnyTagClassName
{
color: #BA26C3;
}
</style>
background-color css
<style>
a { background-color: #BA26C3; }
a { background-color: rgb(186,38,195); }
div.DivClassName
{
background-color: #BA26C3;
}
.BgClassName
{
background-color: #BA26C3;
}
</style>
border-color css
<style>
span { border-color: #BA26C3; }
span { border-color: rgb(186,38,195); }
td.TdClassName
{
border-color: #BA26C3;
}
.TagClassName
{
border-color: #BA26C3;
}
</style>