Shades of Dark Orchid #B129DA
Tints of Dark Orchid #B129DA
RGB
CMYK
RGB Variations
Color information
#B129DA (or 0xB129DA) is known color: Dark Orchid. HEX triplet: B1, 29 and DA. RGB value is (177,41,218). Sum of RGB (Red+Green+Blue) = 177+41+218=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 41 (16.41% from 255 or 9.40% from 436); Blue value is 218 (85.55% from 255 or 50% from 436); Max value from RGB is 218 - color contains mainly: blue. Hex color #B129DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B129DA is #4ED625. Grayscale: #656565. Windows color (decimal): -5166630 or 14297521. OLE color: 14297521.
HSL color Cylindrical-coordinate representation of color #B129DA: hue angle of 286.1º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B129DA is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 41 | 218 | - |
| CMYK | 0.19 | 0.81 | 0 | 0.15 |
| HSL | 286.1º | 0.71% | 0.51% | - |
| HSV(B) | 286.1º | 0.81% | 0.85% | - |
| XYZ | 31.58 | 15.99 | 67.75 | - |
| YUV | 101.84 | 193.56 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 41 | 218 | 0.19 | 0.81 | 0 | 0.15 | 286.1 | 0.71 | 0.51 |
| Hex | B1 | 29 | DA | 13 | 51 | 0 | F | 11E | 47 | 33 |
| Octal | 261 | 51 | 332 | 23 | 121 | 0 | 17 | 436 | 107 | 63 |
| Binary | 10110001 | 101001 | 11011010 | 10011 | 1010001 | 0 | 1111 | 100011110 | 1000111 | 110011 |
Color Harmonies of #B129DA
Complementary color
Monochromatic Colors of #B129DA
Black with #B129DA
Text Example
Text Example
White with #B129DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B129DA; }
p { color: rgb(177,41,218); }
H1.HeaderClassName
{
color: #B129DA;
}
.AnyTagClassName
{
color: #B129DA;
}
</style>
background-color css
<style>
a { background-color: #B129DA; }
a { background-color: rgb(177,41,218); }
div.DivClassName
{
background-color: #B129DA;
}
.BgClassName
{
background-color: #B129DA;
}
</style>
border-color css
<style>
span { border-color: #B129DA; }
span { border-color: rgb(177,41,218); }
td.TdClassName
{
border-color: #B129DA;
}
.TagClassName
{
border-color: #B129DA;
}
</style>