Shades of Dark Orchid #BA2FCB
Tints of Dark Orchid #BA2FCB
RGB
CMYK
RGB Variations
Color information
#BA2FCB (or 0xBA2FCB) is known color: Dark Orchid. HEX triplet: BA, 2F and CB. RGB value is (186,47,203). Sum of RGB (Red+Green+Blue) = 186+47+203=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 47 (18.75% from 255 or 10.78% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA2FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2FCB is #45D034. Grayscale: #696969. Windows color (decimal): -4575285 or 13316026. OLE color: 13316026.
HSL color Cylindrical-coordinate representation of color #BA2FCB: hue angle of 293.46º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA2FCB is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 47 | 203 | - |
| CMYK | 0.08 | 0.77 | 0 | 0.20 |
| HSL | 293.46º | 0.62% | 0.49% | - |
| HSV(B) | 293.46º | 0.77% | 0.8% | - |
| XYZ | 32.05 | 16.78 | 58.05 | - |
| YUV | 106.35 | 182.55 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 47 | 203 | 0.08 | 0.77 | 0 | 0.20 | 293.46 | 0.62 | 0.49 |
| Hex | BA | 2F | CB | 8 | 4D | 0 | 14 | 125 | 3E | 31 |
| Octal | 272 | 57 | 313 | 10 | 115 | 0 | 24 | 445 | 76 | 61 |
| Binary | 10111010 | 101111 | 11001011 | 1000 | 1001101 | 0 | 10100 | 100100101 | 111110 | 110001 |
Color Harmonies of #BA2FCB
Complementary color
Monochromatic Colors of #BA2FCB
Black with #BA2FCB
Text Example
Text Example
White with #BA2FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2FCB; }
p { color: rgb(186,47,203); }
H1.HeaderClassName
{
color: #BA2FCB;
}
.AnyTagClassName
{
color: #BA2FCB;
}
</style>
background-color css
<style>
a { background-color: #BA2FCB; }
a { background-color: rgb(186,47,203); }
div.DivClassName
{
background-color: #BA2FCB;
}
.BgClassName
{
background-color: #BA2FCB;
}
</style>
border-color css
<style>
span { border-color: #BA2FCB; }
span { border-color: rgb(186,47,203); }
td.TdClassName
{
border-color: #BA2FCB;
}
.TagClassName
{
border-color: #BA2FCB;
}
</style>