Shades of Dark Orchid #BA25CF
Tints of Dark Orchid #BA25CF
RGB
CMYK
RGB Variations
Color information
#BA25CF (or 0xBA25CF) is known color: Dark Orchid. HEX triplet: BA, 25 and CF. RGB value is (186,37,207). Sum of RGB (Red+Green+Blue) = 186+37+207=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 37 (14.84% from 255 or 8.60% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA25CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA25CF is #45DA30. Grayscale: #646464. Windows color (decimal): -4577841 or 13575610. OLE color: 13575610.
HSL color Cylindrical-coordinate representation of color #BA25CF: hue angle of 292.59º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA25CF is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 37 | 207 | - |
| CMYK | 0.10 | 0.82 | 0 | 0.19 |
| HSL | 292.59º | 0.7% | 0.48% | - |
| HSV(B) | 292.59º | 0.82% | 0.81% | - |
| XYZ | 32.17 | 16.27 | 60.48 | - |
| YUV | 100.93 | 187.86 | 188.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 37 | 207 | 0.10 | 0.82 | 0 | 0.19 | 292.59 | 0.7 | 0.48 |
| Hex | BA | 25 | CF | A | 52 | 0 | 13 | 125 | 46 | 30 |
| Octal | 272 | 45 | 317 | 12 | 122 | 0 | 23 | 445 | 106 | 60 |
| Binary | 10111010 | 100101 | 11001111 | 1010 | 1010010 | 0 | 10011 | 100100101 | 1000110 | 110000 |
Color Harmonies of #BA25CF
Complementary color
Monochromatic Colors of #BA25CF
Black with #BA25CF
Text Example
Text Example
White with #BA25CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA25CF; }
p { color: rgb(186,37,207); }
H1.HeaderClassName
{
color: #BA25CF;
}
.AnyTagClassName
{
color: #BA25CF;
}
</style>
background-color css
<style>
a { background-color: #BA25CF; }
a { background-color: rgb(186,37,207); }
div.DivClassName
{
background-color: #BA25CF;
}
.BgClassName
{
background-color: #BA25CF;
}
</style>
border-color css
<style>
span { border-color: #BA25CF; }
span { border-color: rgb(186,37,207); }
td.TdClassName
{
border-color: #BA25CF;
}
.TagClassName
{
border-color: #BA25CF;
}
</style>