Shades of Dark Orchid #B129B8
Tints of Dark Orchid #B129B8
RGB
CMYK
RGB Variations
Color information
#B129B8 (or 0xB129B8) is known color: Dark Orchid. HEX triplet: B1, 29 and B8. RGB value is (177,41,184). Sum of RGB (Red+Green+Blue) = 177+41+184=402 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.03% from 402); Green value is 41 (16.41% from 255 or 10.20% from 402); Blue value is 184 (72.27% from 255 or 45.77% from 402); Max value from RGB is 184 - color contains mainly: blue. Hex color #B129B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B129B8 is #4ED647. Grayscale: #616161. Windows color (decimal): -5166664 or 12069297. OLE color: 12069297.
HSL color Cylindrical-coordinate representation of color #B129B8: hue angle of 297.06º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B129B8 is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 177 | 41 | 184 | - |
| CMYK | 0.04 | 0.78 | 0 | 0.28 |
| HSL | 297.06º | 0.64% | 0.44% | - |
| HSV(B) | 297.06º | 0.78% | 0.72% | - |
| XYZ | 27.58 | 14.39 | 46.67 | - |
| YUV | 97.97 | 176.56 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 41 | 184 | 0.04 | 0.78 | 0 | 0.28 | 297.06 | 0.64 | 0.44 |
| Hex | B1 | 29 | B8 | 4 | 4E | 0 | 1C | 129 | 40 | 2C |
| Octal | 261 | 51 | 270 | 4 | 116 | 0 | 34 | 451 | 100 | 54 |
| Binary | 10110001 | 101001 | 10111000 | 100 | 1001110 | 0 | 11100 | 100101001 | 1000000 | 101100 |
Color Harmonies of #B129B8
Complementary color
Monochromatic Colors of #B129B8
Black with #B129B8
Text Example
Text Example
White with #B129B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B129B8; }
p { color: rgb(177,41,184); }
H1.HeaderClassName
{
color: #B129B8;
}
.AnyTagClassName
{
color: #B129B8;
}
</style>
background-color css
<style>
a { background-color: #B129B8; }
a { background-color: rgb(177,41,184); }
div.DivClassName
{
background-color: #B129B8;
}
.BgClassName
{
background-color: #B129B8;
}
</style>
border-color css
<style>
span { border-color: #B129B8; }
span { border-color: rgb(177,41,184); }
td.TdClassName
{
border-color: #B129B8;
}
.TagClassName
{
border-color: #B129B8;
}
</style>