Shades of Dark Orchid #B124E5
Tints of Dark Orchid #B124E5
RGB
CMYK
RGB Variations
Color information
#B124E5 (or 0xB124E5) is known color: Dark Orchid. HEX triplet: B1, 24 and E5. RGB value is (177,36,229). Sum of RGB (Red+Green+Blue) = 177+36+229=442 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.05% from 442); Green value is 36 (14.45% from 255 or 8.14% from 442); Blue value is 229 (89.84% from 255 or 51.81% from 442); Max value from RGB is 229 - color contains mainly: blue. Hex color #B124E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B124E5 is #4EDB1A. Grayscale: #636363. Windows color (decimal): -5167899 or 15017137. OLE color: 15017137.
HSL color Cylindrical-coordinate representation of color #B124E5: hue angle of 283.83º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B124E5 is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 177 | 36 | 229 | - |
| CMYK | 0.23 | 0.84 | 0 | 0.10 |
| HSL | 283.83º | 0.79% | 0.52% | - |
| HSV(B) | 283.83º | 0.84% | 0.9% | - |
| XYZ | 32.91 | 16.27 | 75.53 | - |
| YUV | 100.16 | 200.71 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 36 | 229 | 0.23 | 0.84 | 0 | 0.10 | 283.83 | 0.79 | 0.52 |
| Hex | B1 | 24 | E5 | 17 | 54 | 0 | A | 11C | 4F | 34 |
| Octal | 261 | 44 | 345 | 27 | 124 | 0 | 12 | 434 | 117 | 64 |
| Binary | 10110001 | 100100 | 11100101 | 10111 | 1010100 | 0 | 1010 | 100011100 | 1001111 | 110100 |
Color Harmonies of #B124E5
Complementary color
Monochromatic Colors of #B124E5
Black with #B124E5
Text Example
Text Example
White with #B124E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B124E5; }
p { color: rgb(177,36,229); }
H1.HeaderClassName
{
color: #B124E5;
}
.AnyTagClassName
{
color: #B124E5;
}
</style>
background-color css
<style>
a { background-color: #B124E5; }
a { background-color: rgb(177,36,229); }
div.DivClassName
{
background-color: #B124E5;
}
.BgClassName
{
background-color: #B124E5;
}
</style>
border-color css
<style>
span { border-color: #B124E5; }
span { border-color: rgb(177,36,229); }
td.TdClassName
{
border-color: #B124E5;
}
.TagClassName
{
border-color: #B124E5;
}
</style>