Shades of Dark Orchid #B12DBA
Tints of Dark Orchid #B12DBA
RGB
CMYK
RGB Variations
Color information
#B12DBA (or 0xB12DBA) is known color: Dark Orchid. HEX triplet: B1, 2D and BA. RGB value is (177,45,186). Sum of RGB (Red+Green+Blue) = 177+45+186=408 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.38% from 408); Green value is 45 (17.97% from 255 or 11.03% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 186 - color contains mainly: blue. Hex color #B12DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B12DBA is #4ED245. Grayscale: #646464. Windows color (decimal): -5165638 or 12201393. OLE color: 12201393.
HSL color Cylindrical-coordinate representation of color #B12DBA: hue angle of 296.17º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B12DBA is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 45 | 186 | - |
| CMYK | 0.05 | 0.76 | 0 | 0.27 |
| HSL | 296.17º | 0.61% | 0.45% | - |
| HSV(B) | 296.17º | 0.76% | 0.73% | - |
| XYZ | 27.93 | 14.77 | 47.83 | - |
| YUV | 100.54 | 176.23 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 45 | 186 | 0.05 | 0.76 | 0 | 0.27 | 296.17 | 0.61 | 0.45 |
| Hex | B1 | 2D | BA | 5 | 4C | 0 | 1B | 128 | 3D | 2D |
| Octal | 261 | 55 | 272 | 5 | 114 | 0 | 33 | 450 | 75 | 55 |
| Binary | 10110001 | 101101 | 10111010 | 101 | 1001100 | 0 | 11011 | 100101000 | 111101 | 101101 |
Color Harmonies of #B12DBA
Complementary color
Monochromatic Colors of #B12DBA
Black with #B12DBA
Text Example
Text Example
White with #B12DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12DBA; }
p { color: rgb(177,45,186); }
H1.HeaderClassName
{
color: #B12DBA;
}
.AnyTagClassName
{
color: #B12DBA;
}
</style>
background-color css
<style>
a { background-color: #B12DBA; }
a { background-color: rgb(177,45,186); }
div.DivClassName
{
background-color: #B12DBA;
}
.BgClassName
{
background-color: #B12DBA;
}
</style>
border-color css
<style>
span { border-color: #B12DBA; }
span { border-color: rgb(177,45,186); }
td.TdClassName
{
border-color: #B12DBA;
}
.TagClassName
{
border-color: #B12DBA;
}
</style>