Shades of Dark Orchid #BA25CB
Tints of Dark Orchid #BA25CB
RGB
CMYK
RGB Variations
Color information
#BA25CB (or 0xBA25CB) is known color: Dark Orchid. HEX triplet: BA, 25 and CB. RGB value is (186,37,203). Sum of RGB (Red+Green+Blue) = 186+37+203=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 37 (14.84% from 255 or 8.69% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA25CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA25CB is #45DA34. Grayscale: #636363. Windows color (decimal): -4577845 or 13313466. OLE color: 13313466.
HSL color Cylindrical-coordinate representation of color #BA25CB: hue angle of 293.86º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA25CB is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 37 | 203 | - |
| CMYK | 0.08 | 0.82 | 0 | 0.20 |
| HSL | 293.86º | 0.69% | 0.47% | - |
| HSV(B) | 293.86º | 0.82% | 0.8% | - |
| XYZ | 31.69 | 16.07 | 57.93 | - |
| YUV | 100.48 | 185.86 | 189 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 37 | 203 | 0.08 | 0.82 | 0 | 0.20 | 293.86 | 0.69 | 0.47 |
| Hex | BA | 25 | CB | 8 | 52 | 0 | 14 | 126 | 45 | 2F |
| Octal | 272 | 45 | 313 | 10 | 122 | 0 | 24 | 446 | 105 | 57 |
| Binary | 10111010 | 100101 | 11001011 | 1000 | 1010010 | 0 | 10100 | 100100110 | 1000101 | 101111 |
Color Harmonies of #BA25CB
Complementary color
Monochromatic Colors of #BA25CB
Black with #BA25CB
Text Example
Text Example
White with #BA25CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA25CB; }
p { color: rgb(186,37,203); }
H1.HeaderClassName
{
color: #BA25CB;
}
.AnyTagClassName
{
color: #BA25CB;
}
</style>
background-color css
<style>
a { background-color: #BA25CB; }
a { background-color: rgb(186,37,203); }
div.DivClassName
{
background-color: #BA25CB;
}
.BgClassName
{
background-color: #BA25CB;
}
</style>
border-color css
<style>
span { border-color: #BA25CB; }
span { border-color: rgb(186,37,203); }
td.TdClassName
{
border-color: #BA25CB;
}
.TagClassName
{
border-color: #BA25CB;
}
</style>