Shades of Dark Orchid #B12BBA
Tints of Dark Orchid #B12BBA
RGB
CMYK
RGB Variations
Color information
#B12BBA (or 0xB12BBA) is known color: Dark Orchid. HEX triplet: B1, 2B and BA. RGB value is (177,43,186). Sum of RGB (Red+Green+Blue) = 177+43+186=406 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.60% from 406); Green value is 43 (17.19% from 255 or 10.59% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 186 - color contains mainly: blue. Hex color #B12BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B12BBA is #4ED445. Grayscale: #626262. Windows color (decimal): -5166150 or 12200881. OLE color: 12200881.
HSL color Cylindrical-coordinate representation of color #B12BBA: hue angle of 296.22º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B12BBA is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 43 | 186 | - |
| CMYK | 0.05 | 0.77 | 0 | 0.27 |
| HSL | 296.22º | 0.62% | 0.45% | - |
| HSV(B) | 296.22º | 0.77% | 0.73% | - |
| XYZ | 27.86 | 14.62 | 47.81 | - |
| YUV | 99.37 | 176.89 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 43 | 186 | 0.05 | 0.77 | 0 | 0.27 | 296.22 | 0.62 | 0.45 |
| Hex | B1 | 2B | BA | 5 | 4D | 0 | 1B | 128 | 3E | 2D |
| Octal | 261 | 53 | 272 | 5 | 115 | 0 | 33 | 450 | 76 | 55 |
| Binary | 10110001 | 101011 | 10111010 | 101 | 1001101 | 0 | 11011 | 100101000 | 111110 | 101101 |
Color Harmonies of #B12BBA
Complementary color
Monochromatic Colors of #B12BBA
Black with #B12BBA
Text Example
Text Example
White with #B12BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12BBA; }
p { color: rgb(177,43,186); }
H1.HeaderClassName
{
color: #B12BBA;
}
.AnyTagClassName
{
color: #B12BBA;
}
</style>
background-color css
<style>
a { background-color: #B12BBA; }
a { background-color: rgb(177,43,186); }
div.DivClassName
{
background-color: #B12BBA;
}
.BgClassName
{
background-color: #B12BBA;
}
</style>
border-color css
<style>
span { border-color: #B12BBA; }
span { border-color: rgb(177,43,186); }
td.TdClassName
{
border-color: #B12BBA;
}
.TagClassName
{
border-color: #B12BBA;
}
</style>