Shades of Dark Orchid #B129BD
Tints of Dark Orchid #B129BD
RGB
CMYK
RGB Variations
Color information
#B129BD (or 0xB129BD) is known color: Dark Orchid. HEX triplet: B1, 29 and BD. RGB value is (177,41,189). Sum of RGB (Red+Green+Blue) = 177+41+189=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 41 (16.41% from 255 or 10.07% from 407); Blue value is 189 (74.22% from 255 or 46.44% from 407); Max value from RGB is 189 - color contains mainly: blue. Hex color #B129BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B129BD is #4ED642. Grayscale: #626262. Windows color (decimal): -5166659 or 12396977. OLE color: 12396977.
HSL color Cylindrical-coordinate representation of color #B129BD: hue angle of 295.14º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B129BD is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 41 | 189 | - |
| CMYK | 0.06 | 0.78 | 0 | 0.26 |
| HSL | 295.14º | 0.64% | 0.45% | - |
| HSV(B) | 295.14º | 0.78% | 0.74% | - |
| XYZ | 28.11 | 14.61 | 49.48 | - |
| YUV | 98.54 | 179.06 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 41 | 189 | 0.06 | 0.78 | 0 | 0.26 | 295.14 | 0.64 | 0.45 |
| Hex | B1 | 29 | BD | 6 | 4E | 0 | 1A | 127 | 40 | 2D |
| Octal | 261 | 51 | 275 | 6 | 116 | 0 | 32 | 447 | 100 | 55 |
| Binary | 10110001 | 101001 | 10111101 | 110 | 1001110 | 0 | 11010 | 100100111 | 1000000 | 101101 |
Color Harmonies of #B129BD
Complementary color
Monochromatic Colors of #B129BD
Black with #B129BD
Text Example
Text Example
White with #B129BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B129BD; }
p { color: rgb(177,41,189); }
H1.HeaderClassName
{
color: #B129BD;
}
.AnyTagClassName
{
color: #B129BD;
}
</style>
background-color css
<style>
a { background-color: #B129BD; }
a { background-color: rgb(177,41,189); }
div.DivClassName
{
background-color: #B129BD;
}
.BgClassName
{
background-color: #B129BD;
}
</style>
border-color css
<style>
span { border-color: #B129BD; }
span { border-color: rgb(177,41,189); }
td.TdClassName
{
border-color: #B129BD;
}
.TagClassName
{
border-color: #B129BD;
}
</style>