Shades of Dark Orchid #BA2BEB
Tints of Dark Orchid #BA2BEB
RGB
CMYK
RGB Variations
Color information
#BA2BEB (or 0xBA2BEB) is known color: Dark Orchid. HEX triplet: BA, 2B and EB. RGB value is (186,43,235). Sum of RGB (Red+Green+Blue) = 186+43+235=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 43 (17.19% from 255 or 9.27% from 464); Blue value is 235 (92.19% from 255 or 50.65% from 464); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA2BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA2BEB is #45D414. Grayscale: #6B6B6B. Windows color (decimal): -4576277 or 15412154. OLE color: 15412154.
HSL color Cylindrical-coordinate representation of color #BA2BEB: hue angle of 284.69º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA2BEB is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 43 | 235 | - |
| CMYK | 0.21 | 0.82 | 0 | 0.08 |
| HSL | 284.69º | 0.83% | 0.55% | - |
| HSV(B) | 284.69º | 0.82% | 0.92% | - |
| XYZ | 36.11 | 18.17 | 80.2 | - |
| YUV | 107.65 | 199.88 | 183.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 43 | 235 | 0.21 | 0.82 | 0 | 0.08 | 284.69 | 0.83 | 0.55 |
| Hex | BA | 2B | EB | 15 | 52 | 0 | 8 | 11D | 53 | 37 |
| Octal | 272 | 53 | 353 | 25 | 122 | 0 | 10 | 435 | 123 | 67 |
| Binary | 10111010 | 101011 | 11101011 | 10101 | 1010010 | 0 | 1000 | 100011101 | 1010011 | 110111 |
Color Harmonies of #BA2BEB
Complementary color
Monochromatic Colors of #BA2BEB
Black with #BA2BEB
Text Example
Text Example
White with #BA2BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2BEB; }
p { color: rgb(186,43,235); }
H1.HeaderClassName
{
color: #BA2BEB;
}
.AnyTagClassName
{
color: #BA2BEB;
}
</style>
background-color css
<style>
a { background-color: #BA2BEB; }
a { background-color: rgb(186,43,235); }
div.DivClassName
{
background-color: #BA2BEB;
}
.BgClassName
{
background-color: #BA2BEB;
}
</style>
border-color css
<style>
span { border-color: #BA2BEB; }
span { border-color: rgb(186,43,235); }
td.TdClassName
{
border-color: #BA2BEB;
}
.TagClassName
{
border-color: #BA2BEB;
}
</style>