Shades of Dark Orchid #BA2FCF
Tints of Dark Orchid #BA2FCF
RGB
CMYK
RGB Variations
Color information
#BA2FCF (or 0xBA2FCF) is known color: Dark Orchid. HEX triplet: BA, 2F and CF. RGB value is (186,47,207). Sum of RGB (Red+Green+Blue) = 186+47+207=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 47 (18.75% from 255 or 10.68% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA2FCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2FCF is #45D030. Grayscale: #6A6A6A. Windows color (decimal): -4575281 or 13578170. OLE color: 13578170.
HSL color Cylindrical-coordinate representation of color #BA2FCF: hue angle of 292.12º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA2FCF is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 47 | 207 | - |
| CMYK | 0.10 | 0.77 | 0 | 0.19 |
| HSL | 292.13º | 0.63% | 0.5% | - |
| HSV(B) | 292.13º | 0.77% | 0.81% | - |
| XYZ | 32.53 | 16.98 | 60.59 | - |
| YUV | 106.8 | 184.55 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 47 | 207 | 0.10 | 0.77 | 0 | 0.19 | 292.13 | 0.63 | 0.5 |
| Hex | BA | 2F | CF | A | 4D | 0 | 13 | 124 | 3F | 32 |
| Octal | 272 | 57 | 317 | 12 | 115 | 0 | 23 | 444 | 77 | 62 |
| Binary | 10111010 | 101111 | 11001111 | 1010 | 1001101 | 0 | 10011 | 100100100 | 111111 | 110010 |
Color Harmonies of #BA2FCF
Complementary color
Monochromatic Colors of #BA2FCF
Black with #BA2FCF
Text Example
Text Example
White with #BA2FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2FCF; }
p { color: rgb(186,47,207); }
H1.HeaderClassName
{
color: #BA2FCF;
}
.AnyTagClassName
{
color: #BA2FCF;
}
</style>
background-color css
<style>
a { background-color: #BA2FCF; }
a { background-color: rgb(186,47,207); }
div.DivClassName
{
background-color: #BA2FCF;
}
.BgClassName
{
background-color: #BA2FCF;
}
</style>
border-color css
<style>
span { border-color: #BA2FCF; }
span { border-color: rgb(186,47,207); }
td.TdClassName
{
border-color: #BA2FCF;
}
.TagClassName
{
border-color: #BA2FCF;
}
</style>