Shades of Dark Orchid #B129CE
Tints of Dark Orchid #B129CE
RGB
CMYK
RGB Variations
Color information
#B129CE (or 0xB129CE) is known color: Dark Orchid. HEX triplet: B1, 29 and CE. RGB value is (177,41,206). Sum of RGB (Red+Green+Blue) = 177+41+206=424 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.75% from 424); Green value is 41 (16.41% from 255 or 9.67% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #B129CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B129CE is #4ED631. Grayscale: #636363. Windows color (decimal): -5166642 or 13511089. OLE color: 13511089.
HSL color Cylindrical-coordinate representation of color #B129CE: hue angle of 289.45º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B129CE is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 41 | 206 | - |
| CMYK | 0.14 | 0.80 | 0 | 0.19 |
| HSL | 289.45º | 0.67% | 0.48% | - |
| HSV(B) | 289.45º | 0.8% | 0.81% | - |
| XYZ | 30.06 | 15.39 | 59.78 | - |
| YUV | 100.47 | 187.56 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 41 | 206 | 0.14 | 0.80 | 0 | 0.19 | 289.45 | 0.67 | 0.48 |
| Hex | B1 | 29 | CE | E | 50 | 0 | 13 | 121 | 43 | 30 |
| Octal | 261 | 51 | 316 | 16 | 120 | 0 | 23 | 441 | 103 | 60 |
| Binary | 10110001 | 101001 | 11001110 | 1110 | 1010000 | 0 | 10011 | 100100001 | 1000011 | 110000 |
Color Harmonies of #B129CE
Complementary color
Monochromatic Colors of #B129CE
Black with #B129CE
Text Example
Text Example
White with #B129CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B129CE; }
p { color: rgb(177,41,206); }
H1.HeaderClassName
{
color: #B129CE;
}
.AnyTagClassName
{
color: #B129CE;
}
</style>
background-color css
<style>
a { background-color: #B129CE; }
a { background-color: rgb(177,41,206); }
div.DivClassName
{
background-color: #B129CE;
}
.BgClassName
{
background-color: #B129CE;
}
</style>
border-color css
<style>
span { border-color: #B129CE; }
span { border-color: rgb(177,41,206); }
td.TdClassName
{
border-color: #B129CE;
}
.TagClassName
{
border-color: #B129CE;
}
</style>