Shades of Dark Orchid #BA27C1
Tints of Dark Orchid #BA27C1
RGB
CMYK
RGB Variations
Color information
#BA27C1 (or 0xBA27C1) is known color: Dark Orchid. HEX triplet: BA, 27 and C1. RGB value is (186,39,193). Sum of RGB (Red+Green+Blue) = 186+39+193=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 39 (15.62% from 255 or 9.33% from 418); Blue value is 193 (75.78% from 255 or 46.17% from 418); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA27C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA27C1 is #45D83E. Grayscale: #646464. Windows color (decimal): -4577343 or 12658618. OLE color: 12658618.
HSL color Cylindrical-coordinate representation of color #BA27C1: hue angle of 297.27º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA27C1 is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 39 | 193 | - |
| CMYK | 0.04 | 0.80 | 0 | 0.24 |
| HSL | 297.27º | 0.66% | 0.45% | - |
| HSV(B) | 297.27º | 0.8% | 0.76% | - |
| XYZ | 30.6 | 15.74 | 51.88 | - |
| YUV | 100.51 | 180.2 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 39 | 193 | 0.04 | 0.80 | 0 | 0.24 | 297.27 | 0.66 | 0.45 |
| Hex | BA | 27 | C1 | 4 | 50 | 0 | 18 | 129 | 42 | 2D |
| Octal | 272 | 47 | 301 | 4 | 120 | 0 | 30 | 451 | 102 | 55 |
| Binary | 10111010 | 100111 | 11000001 | 100 | 1010000 | 0 | 11000 | 100101001 | 1000010 | 101101 |
Color Harmonies of #BA27C1
Complementary color
Monochromatic Colors of #BA27C1
Black with #BA27C1
Text Example
Text Example
White with #BA27C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA27C1; }
p { color: rgb(186,39,193); }
H1.HeaderClassName
{
color: #BA27C1;
}
.AnyTagClassName
{
color: #BA27C1;
}
</style>
background-color css
<style>
a { background-color: #BA27C1; }
a { background-color: rgb(186,39,193); }
div.DivClassName
{
background-color: #BA27C1;
}
.BgClassName
{
background-color: #BA27C1;
}
</style>
border-color css
<style>
span { border-color: #BA27C1; }
span { border-color: rgb(186,39,193); }
td.TdClassName
{
border-color: #BA27C1;
}
.TagClassName
{
border-color: #BA27C1;
}
</style>