Shades of Dark Orchid #B129C0
Tints of Dark Orchid #B129C0
RGB
CMYK
RGB Variations
Color information
#B129C0 (or 0xB129C0) is known color: Dark Orchid. HEX triplet: B1, 29 and C0. RGB value is (177,41,192). Sum of RGB (Red+Green+Blue) = 177+41+192=410 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.17% from 410); Green value is 41 (16.41% from 255 or 10% from 410); Blue value is 192 (75.39% from 255 or 46.83% from 410); Max value from RGB is 192 - color contains mainly: blue. Hex color #B129C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B129C0 is #4ED63F. Grayscale: #626262. Windows color (decimal): -5166656 or 12593585. OLE color: 12593585.
HSL color Cylindrical-coordinate representation of color #B129C0: hue angle of 294.04º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B129C0 is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 41 | 192 | - |
| CMYK | 0.08 | 0.79 | 0 | 0.25 |
| HSL | 294.04º | 0.65% | 0.46% | - |
| HSV(B) | 294.04º | 0.79% | 0.75% | - |
| XYZ | 28.44 | 14.74 | 51.22 | - |
| YUV | 98.88 | 180.56 | 183.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 41 | 192 | 0.08 | 0.79 | 0 | 0.25 | 294.04 | 0.65 | 0.46 |
| Hex | B1 | 29 | C0 | 8 | 4F | 0 | 19 | 126 | 41 | 2E |
| Octal | 261 | 51 | 300 | 10 | 117 | 0 | 31 | 446 | 101 | 56 |
| Binary | 10110001 | 101001 | 11000000 | 1000 | 1001111 | 0 | 11001 | 100100110 | 1000001 | 101110 |
Color Harmonies of #B129C0
Complementary color
Monochromatic Colors of #B129C0
Black with #B129C0
Text Example
Text Example
White with #B129C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B129C0; }
p { color: rgb(177,41,192); }
H1.HeaderClassName
{
color: #B129C0;
}
.AnyTagClassName
{
color: #B129C0;
}
</style>
background-color css
<style>
a { background-color: #B129C0; }
a { background-color: rgb(177,41,192); }
div.DivClassName
{
background-color: #B129C0;
}
.BgClassName
{
background-color: #B129C0;
}
</style>
border-color css
<style>
span { border-color: #B129C0; }
span { border-color: rgb(177,41,192); }
td.TdClassName
{
border-color: #B129C0;
}
.TagClassName
{
border-color: #B129C0;
}
</style>