Shades of Dark Orchid #BA2FD6
Tints of Dark Orchid #BA2FD6
RGB
CMYK
RGB Variations
Color information
#BA2FD6 (or 0xBA2FD6) is known color: Dark Orchid. HEX triplet: BA, 2F and D6. RGB value is (186,47,214). Sum of RGB (Red+Green+Blue) = 186+47+214=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 47 (18.75% from 255 or 10.51% from 447); Blue value is 214 (83.98% from 255 or 47.87% from 447); Max value from RGB is 214 - color contains mainly: blue. Hex color #BA2FD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2FD6 is #45D029. Grayscale: #6B6B6B. Windows color (decimal): -4575274 or 14036922. OLE color: 14036922.
HSL color Cylindrical-coordinate representation of color #BA2FD6: hue angle of 289.94º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA2FD6 is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 47 | 214 | - |
| CMYK | 0.13 | 0.78 | 0 | 0.16 |
| HSL | 289.94º | 0.67% | 0.51% | - |
| HSV(B) | 289.94º | 0.78% | 0.84% | - |
| XYZ | 33.4 | 17.33 | 65.2 | - |
| YUV | 107.6 | 188.05 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 47 | 214 | 0.13 | 0.78 | 0 | 0.16 | 289.94 | 0.67 | 0.51 |
| Hex | BA | 2F | D6 | D | 4E | 0 | 10 | 122 | 43 | 33 |
| Octal | 272 | 57 | 326 | 15 | 116 | 0 | 20 | 442 | 103 | 63 |
| Binary | 10111010 | 101111 | 11010110 | 1101 | 1001110 | 0 | 10000 | 100100010 | 1000011 | 110011 |
Color Harmonies of #BA2FD6
Complementary color
Monochromatic Colors of #BA2FD6
Black with #BA2FD6
Text Example
Text Example
White with #BA2FD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2FD6; }
p { color: rgb(186,47,214); }
H1.HeaderClassName
{
color: #BA2FD6;
}
.AnyTagClassName
{
color: #BA2FD6;
}
</style>
background-color css
<style>
a { background-color: #BA2FD6; }
a { background-color: rgb(186,47,214); }
div.DivClassName
{
background-color: #BA2FD6;
}
.BgClassName
{
background-color: #BA2FD6;
}
</style>
border-color css
<style>
span { border-color: #BA2FD6; }
span { border-color: rgb(186,47,214); }
td.TdClassName
{
border-color: #BA2FD6;
}
.TagClassName
{
border-color: #BA2FD6;
}
</style>