Shades of Dark Orchid #B124E9
Tints of Dark Orchid #B124E9
RGB
CMYK
RGB Variations
Color information
#B124E9 (or 0xB124E9) is known color: Dark Orchid. HEX triplet: B1, 24 and E9. RGB value is (177,36,233). Sum of RGB (Red+Green+Blue) = 177+36+233=446 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.69% from 446); Green value is 36 (14.45% from 255 or 8.07% from 446); Blue value is 233 (91.41% from 255 or 52.24% from 446); Max value from RGB is 233 - color contains mainly: blue. Hex color #B124E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B124E9 is #4EDB16. Grayscale: #636363. Windows color (decimal): -5167895 or 15279281. OLE color: 15279281.
HSL color Cylindrical-coordinate representation of color #B124E9: hue angle of 282.94º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B124E9 is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 177 | 36 | 233 | - |
| CMYK | 0.24 | 0.85 | 0 | 0.09 |
| HSL | 282.94º | 0.82% | 0.53% | - |
| HSV(B) | 282.94º | 0.85% | 0.91% | - |
| XYZ | 33.47 | 16.49 | 78.51 | - |
| YUV | 100.62 | 202.71 | 182.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 36 | 233 | 0.24 | 0.85 | 0 | 0.09 | 282.94 | 0.82 | 0.53 |
| Hex | B1 | 24 | E9 | 18 | 55 | 0 | 9 | 11B | 52 | 35 |
| Octal | 261 | 44 | 351 | 30 | 125 | 0 | 11 | 433 | 122 | 65 |
| Binary | 10110001 | 100100 | 11101001 | 11000 | 1010101 | 0 | 1001 | 100011011 | 1010010 | 110101 |
Color Harmonies of #B124E9
Complementary color
Monochromatic Colors of #B124E9
Black with #B124E9
Text Example
Text Example
White with #B124E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B124E9; }
p { color: rgb(177,36,233); }
H1.HeaderClassName
{
color: #B124E9;
}
.AnyTagClassName
{
color: #B124E9;
}
</style>
background-color css
<style>
a { background-color: #B124E9; }
a { background-color: rgb(177,36,233); }
div.DivClassName
{
background-color: #B124E9;
}
.BgClassName
{
background-color: #B124E9;
}
</style>
border-color css
<style>
span { border-color: #B124E9; }
span { border-color: rgb(177,36,233); }
td.TdClassName
{
border-color: #B124E9;
}
.TagClassName
{
border-color: #B124E9;
}
</style>