Shades of Dark Orchid #B124E1
Tints of Dark Orchid #B124E1
RGB
CMYK
RGB Variations
Color information
#B124E1 (or 0xB124E1) is known color: Dark Orchid. HEX triplet: B1, 24 and E1. RGB value is (177,36,225). Sum of RGB (Red+Green+Blue) = 177+36+225=438 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.41% from 438); Green value is 36 (14.45% from 255 or 8.22% from 438); Blue value is 225 (88.28% from 255 or 51.37% from 438); Max value from RGB is 225 - color contains mainly: blue. Hex color #B124E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B124E1 is #4EDB1E. Grayscale: #636363. Windows color (decimal): -5167903 or 14754993. OLE color: 14754993.
HSL color Cylindrical-coordinate representation of color #B124E1: hue angle of 284.76º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B124E1 is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 177 | 36 | 225 | - |
| CMYK | 0.21 | 0.84 | 0 | 0.12 |
| HSL | 284.76º | 0.76% | 0.51% | - |
| HSV(B) | 284.76º | 0.84% | 0.88% | - |
| XYZ | 32.35 | 16.05 | 72.63 | - |
| YUV | 99.71 | 198.71 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 36 | 225 | 0.21 | 0.84 | 0 | 0.12 | 284.76 | 0.76 | 0.51 |
| Hex | B1 | 24 | E1 | 15 | 54 | 0 | C | 11D | 4C | 33 |
| Octal | 261 | 44 | 341 | 25 | 124 | 0 | 14 | 435 | 114 | 63 |
| Binary | 10110001 | 100100 | 11100001 | 10101 | 1010100 | 0 | 1100 | 100011101 | 1001100 | 110011 |
Color Harmonies of #B124E1
Complementary color
Monochromatic Colors of #B124E1
Black with #B124E1
Text Example
Text Example
White with #B124E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B124E1; }
p { color: rgb(177,36,225); }
H1.HeaderClassName
{
color: #B124E1;
}
.AnyTagClassName
{
color: #B124E1;
}
</style>
background-color css
<style>
a { background-color: #B124E1; }
a { background-color: rgb(177,36,225); }
div.DivClassName
{
background-color: #B124E1;
}
.BgClassName
{
background-color: #B124E1;
}
</style>
border-color css
<style>
span { border-color: #B124E1; }
span { border-color: rgb(177,36,225); }
td.TdClassName
{
border-color: #B124E1;
}
.TagClassName
{
border-color: #B124E1;
}
</style>