Shades of Dark Orchid #B129B5
Tints of Dark Orchid #B129B5
RGB
CMYK
RGB Variations
Color information
#B129B5 (or 0xB129B5) is known color: Dark Orchid. HEX triplet: B1, 29 and B5. RGB value is (177,41,181). Sum of RGB (Red+Green+Blue) = 177+41+181=399 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.36% from 399); Green value is 41 (16.41% from 255 or 10.28% from 399); Blue value is 181 (71.09% from 255 or 45.36% from 399); Max value from RGB is 181 - color contains mainly: blue. Hex color #B129B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B129B5 is #4ED64A. Grayscale: #616161. Windows color (decimal): -5166667 or 11872689. OLE color: 11872689.
HSL color Cylindrical-coordinate representation of color #B129B5: hue angle of 298.29º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B129B5 is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 177 | 41 | 181 | - |
| CMYK | 0.02 | 0.77 | 0 | 0.29 |
| HSL | 298.29º | 0.63% | 0.44% | - |
| HSV(B) | 298.29º | 0.77% | 0.71% | - |
| XYZ | 27.26 | 14.27 | 45.03 | - |
| YUV | 97.62 | 175.06 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 41 | 181 | 0.02 | 0.77 | 0 | 0.29 | 298.29 | 0.63 | 0.44 |
| Hex | B1 | 29 | B5 | 2 | 4D | 0 | 1D | 12A | 3F | 2C |
| Octal | 261 | 51 | 265 | 2 | 115 | 0 | 35 | 452 | 77 | 54 |
| Binary | 10110001 | 101001 | 10110101 | 10 | 1001101 | 0 | 11101 | 100101010 | 111111 | 101100 |
Color Harmonies of #B129B5
Complementary color
Monochromatic Colors of #B129B5
Black with #B129B5
Text Example
Text Example
White with #B129B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B129B5; }
p { color: rgb(177,41,181); }
H1.HeaderClassName
{
color: #B129B5;
}
.AnyTagClassName
{
color: #B129B5;
}
</style>
background-color css
<style>
a { background-color: #B129B5; }
a { background-color: rgb(177,41,181); }
div.DivClassName
{
background-color: #B129B5;
}
.BgClassName
{
background-color: #B129B5;
}
</style>
border-color css
<style>
span { border-color: #B129B5; }
span { border-color: rgb(177,41,181); }
td.TdClassName
{
border-color: #B129B5;
}
.TagClassName
{
border-color: #B129B5;
}
</style>