Shades of Dark Orchid #B129EF
Tints of Dark Orchid #B129EF
RGB
CMYK
RGB Variations
Color information
#B129EF (or 0xB129EF) is known color: Dark Orchid. HEX triplet: B1, 29 and EF. RGB value is (177,41,239). Sum of RGB (Red+Green+Blue) = 177+41+239=457 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.73% from 457); Green value is 41 (16.41% from 255 or 8.97% from 457); Blue value is 239 (93.75% from 255 or 52.30% from 457); Max value from RGB is 239 - color contains mainly: blue. Hex color #B129EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B129EF is #4ED610. Grayscale: #676767. Windows color (decimal): -5166609 or 15673777. OLE color: 15673777.
HSL color Cylindrical-coordinate representation of color #B129EF: hue angle of 281.21º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B129EF is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 177 | 41 | 239 | - |
| CMYK | 0.26 | 0.83 | 0 | 0.06 |
| HSL | 281.21º | 0.86% | 0.55% | - |
| HSV(B) | 281.21º | 0.83% | 0.94% | - |
| XYZ | 34.5 | 17.16 | 83.16 | - |
| YUV | 104.24 | 204.06 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 41 | 239 | 0.26 | 0.83 | 0 | 0.06 | 281.21 | 0.86 | 0.55 |
| Hex | B1 | 29 | EF | 1A | 53 | 0 | 6 | 119 | 56 | 37 |
| Octal | 261 | 51 | 357 | 32 | 123 | 0 | 6 | 431 | 126 | 67 |
| Binary | 10110001 | 101001 | 11101111 | 11010 | 1010011 | 0 | 110 | 100011001 | 1010110 | 110111 |
Color Harmonies of #B129EF
Complementary color
Monochromatic Colors of #B129EF
Black with #B129EF
Text Example
Text Example
White with #B129EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B129EF; }
p { color: rgb(177,41,239); }
H1.HeaderClassName
{
color: #B129EF;
}
.AnyTagClassName
{
color: #B129EF;
}
</style>
background-color css
<style>
a { background-color: #B129EF; }
a { background-color: rgb(177,41,239); }
div.DivClassName
{
background-color: #B129EF;
}
.BgClassName
{
background-color: #B129EF;
}
</style>
border-color css
<style>
span { border-color: #B129EF; }
span { border-color: rgb(177,41,239); }
td.TdClassName
{
border-color: #B129EF;
}
.TagClassName
{
border-color: #B129EF;
}
</style>