Shades of Dark Orchid #BA2DCF
Tints of Dark Orchid #BA2DCF
RGB
CMYK
RGB Variations
Color information
#BA2DCF (or 0xBA2DCF) is known color: Dark Orchid. HEX triplet: BA, 2D and CF. RGB value is (186,45,207). Sum of RGB (Red+Green+Blue) = 186+45+207=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 45 (17.97% from 255 or 10.27% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA2DCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2DCF is #45D230. Grayscale: #696969. Windows color (decimal): -4575793 or 13577658. OLE color: 13577658.
HSL color Cylindrical-coordinate representation of color #BA2DCF: hue angle of 292.22º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA2DCF is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 45 | 207 | - |
| CMYK | 0.10 | 0.78 | 0 | 0.19 |
| HSL | 292.22º | 0.64% | 0.49% | - |
| HSV(B) | 292.22º | 0.78% | 0.81% | - |
| XYZ | 32.45 | 16.82 | 60.57 | - |
| YUV | 105.63 | 185.21 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 45 | 207 | 0.10 | 0.78 | 0 | 0.19 | 292.22 | 0.64 | 0.49 |
| Hex | BA | 2D | CF | A | 4E | 0 | 13 | 124 | 40 | 31 |
| Octal | 272 | 55 | 317 | 12 | 116 | 0 | 23 | 444 | 100 | 61 |
| Binary | 10111010 | 101101 | 11001111 | 1010 | 1001110 | 0 | 10011 | 100100100 | 1000000 | 110001 |
Color Harmonies of #BA2DCF
Complementary color
Monochromatic Colors of #BA2DCF
Black with #BA2DCF
Text Example
Text Example
White with #BA2DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2DCF; }
p { color: rgb(186,45,207); }
H1.HeaderClassName
{
color: #BA2DCF;
}
.AnyTagClassName
{
color: #BA2DCF;
}
</style>
background-color css
<style>
a { background-color: #BA2DCF; }
a { background-color: rgb(186,45,207); }
div.DivClassName
{
background-color: #BA2DCF;
}
.BgClassName
{
background-color: #BA2DCF;
}
</style>
border-color css
<style>
span { border-color: #BA2DCF; }
span { border-color: rgb(186,45,207); }
td.TdClassName
{
border-color: #BA2DCF;
}
.TagClassName
{
border-color: #BA2DCF;
}
</style>