Shades of Dark Orchid #BA2BC4
Tints of Dark Orchid #BA2BC4
RGB
CMYK
RGB Variations
Color information
#BA2BC4 (or 0xBA2BC4) is known color: Dark Orchid. HEX triplet: BA, 2B and C4. RGB value is (186,43,196). Sum of RGB (Red+Green+Blue) = 186+43+196=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 43 (17.19% from 255 or 10.12% from 425); Blue value is 196 (76.95% from 255 or 46.12% from 425); Max value from RGB is 196 - color contains mainly: blue. Hex color #BA2BC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2BC4 is #45D43B. Grayscale: #666666. Windows color (decimal): -4576316 or 12856250. OLE color: 12856250.
HSL color Cylindrical-coordinate representation of color #BA2BC4: hue angle of 296.08º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA2BC4 is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 43 | 196 | - |
| CMYK | 0.05 | 0.78 | 0 | 0.23 |
| HSL | 296.08º | 0.64% | 0.47% | - |
| HSV(B) | 296.08º | 0.78% | 0.77% | - |
| XYZ | 31.08 | 16.15 | 53.7 | - |
| YUV | 103.2 | 180.38 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 43 | 196 | 0.05 | 0.78 | 0 | 0.23 | 296.08 | 0.64 | 0.47 |
| Hex | BA | 2B | C4 | 5 | 4E | 0 | 17 | 128 | 40 | 2F |
| Octal | 272 | 53 | 304 | 5 | 116 | 0 | 27 | 450 | 100 | 57 |
| Binary | 10111010 | 101011 | 11000100 | 101 | 1001110 | 0 | 10111 | 100101000 | 1000000 | 101111 |
Color Harmonies of #BA2BC4
Complementary color
Monochromatic Colors of #BA2BC4
Black with #BA2BC4
Text Example
Text Example
White with #BA2BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2BC4; }
p { color: rgb(186,43,196); }
H1.HeaderClassName
{
color: #BA2BC4;
}
.AnyTagClassName
{
color: #BA2BC4;
}
</style>
background-color css
<style>
a { background-color: #BA2BC4; }
a { background-color: rgb(186,43,196); }
div.DivClassName
{
background-color: #BA2BC4;
}
.BgClassName
{
background-color: #BA2BC4;
}
</style>
border-color css
<style>
span { border-color: #BA2BC4; }
span { border-color: rgb(186,43,196); }
td.TdClassName
{
border-color: #BA2BC4;
}
.TagClassName
{
border-color: #BA2BC4;
}
</style>