Shades of Dark Orchid #BA27BF
Tints of Dark Orchid #BA27BF
RGB
CMYK
RGB Variations
Color information
#BA27BF (or 0xBA27BF) is known color: Dark Orchid. HEX triplet: BA, 27 and BF. RGB value is (186,39,191). Sum of RGB (Red+Green+Blue) = 186+39+191=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 39 (15.62% from 255 or 9.38% from 416); Blue value is 191 (75% from 255 or 45.91% from 416); Max value from RGB is 191 - color contains mainly: blue. Hex color #BA27BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA27BF is #45D840. Grayscale: #636363. Windows color (decimal): -4577345 or 12527546. OLE color: 12527546.
HSL color Cylindrical-coordinate representation of color #BA27BF: hue angle of 298.03º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA27BF is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 39 | 191 | - |
| CMYK | 0.03 | 0.80 | 0 | 0.25 |
| HSL | 298.03º | 0.66% | 0.45% | - |
| HSV(B) | 298.03º | 0.8% | 0.75% | - |
| XYZ | 30.38 | 15.65 | 50.71 | - |
| YUV | 100.28 | 179.2 | 189.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 39 | 191 | 0.03 | 0.80 | 0 | 0.25 | 298.03 | 0.66 | 0.45 |
| Hex | BA | 27 | BF | 3 | 50 | 0 | 19 | 12A | 42 | 2D |
| Octal | 272 | 47 | 277 | 3 | 120 | 0 | 31 | 452 | 102 | 55 |
| Binary | 10111010 | 100111 | 10111111 | 11 | 1010000 | 0 | 11001 | 100101010 | 1000010 | 101101 |
Color Harmonies of #BA27BF
Complementary color
Monochromatic Colors of #BA27BF
Black with #BA27BF
Text Example
Text Example
White with #BA27BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA27BF; }
p { color: rgb(186,39,191); }
H1.HeaderClassName
{
color: #BA27BF;
}
.AnyTagClassName
{
color: #BA27BF;
}
</style>
background-color css
<style>
a { background-color: #BA27BF; }
a { background-color: rgb(186,39,191); }
div.DivClassName
{
background-color: #BA27BF;
}
.BgClassName
{
background-color: #BA27BF;
}
</style>
border-color css
<style>
span { border-color: #BA27BF; }
span { border-color: rgb(186,39,191); }
td.TdClassName
{
border-color: #BA27BF;
}
.TagClassName
{
border-color: #BA27BF;
}
</style>