Shades of Dark Orchid #B129BA
Tints of Dark Orchid #B129BA
RGB
CMYK
RGB Variations
Color information
#B129BA (or 0xB129BA) is known color: Dark Orchid. HEX triplet: B1, 29 and BA. RGB value is (177,41,186). Sum of RGB (Red+Green+Blue) = 177+41+186=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 41 (16.41% from 255 or 10.15% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 186 - color contains mainly: blue. Hex color #B129BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B129BA is #4ED645. Grayscale: #616161. Windows color (decimal): -5166662 or 12200369. OLE color: 12200369.
HSL color Cylindrical-coordinate representation of color #B129BA: hue angle of 296.28º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B129BA is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 41 | 186 | - |
| CMYK | 0.05 | 0.78 | 0 | 0.27 |
| HSL | 296.28º | 0.64% | 0.45% | - |
| HSV(B) | 296.28º | 0.78% | 0.73% | - |
| XYZ | 27.79 | 14.48 | 47.78 | - |
| YUV | 98.19 | 177.56 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 41 | 186 | 0.05 | 0.78 | 0 | 0.27 | 296.28 | 0.64 | 0.45 |
| Hex | B1 | 29 | BA | 5 | 4E | 0 | 1B | 128 | 40 | 2D |
| Octal | 261 | 51 | 272 | 5 | 116 | 0 | 33 | 450 | 100 | 55 |
| Binary | 10110001 | 101001 | 10111010 | 101 | 1001110 | 0 | 11011 | 100101000 | 1000000 | 101101 |
Color Harmonies of #B129BA
Complementary color
Monochromatic Colors of #B129BA
Black with #B129BA
Text Example
Text Example
White with #B129BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B129BA; }
p { color: rgb(177,41,186); }
H1.HeaderClassName
{
color: #B129BA;
}
.AnyTagClassName
{
color: #B129BA;
}
</style>
background-color css
<style>
a { background-color: #B129BA; }
a { background-color: rgb(177,41,186); }
div.DivClassName
{
background-color: #B129BA;
}
.BgClassName
{
background-color: #B129BA;
}
</style>
border-color css
<style>
span { border-color: #B129BA; }
span { border-color: rgb(177,41,186); }
td.TdClassName
{
border-color: #B129BA;
}
.TagClassName
{
border-color: #B129BA;
}
</style>