Shades of Dark Orchid #B124DD
Tints of Dark Orchid #B124DD
RGB
CMYK
RGB Variations
Color information
#B124DD (or 0xB124DD) is known color: Dark Orchid. HEX triplet: B1, 24 and DD. RGB value is (177,36,221). Sum of RGB (Red+Green+Blue) = 177+36+221=434 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.78% from 434); Green value is 36 (14.45% from 255 or 8.29% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #B124DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B124DD is #4EDB22. Grayscale: #626262. Windows color (decimal): -5167907 or 14492849. OLE color: 14492849.
HSL color Cylindrical-coordinate representation of color #B124DD: hue angle of 285.73º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B124DD is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 36 | 221 | - |
| CMYK | 0.20 | 0.84 | 0 | 0.13 |
| HSL | 285.73º | 0.73% | 0.5% | - |
| HSV(B) | 285.73º | 0.84% | 0.87% | - |
| XYZ | 31.81 | 15.83 | 69.79 | - |
| YUV | 99.25 | 196.71 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 36 | 221 | 0.20 | 0.84 | 0 | 0.13 | 285.73 | 0.73 | 0.5 |
| Hex | B1 | 24 | DD | 14 | 54 | 0 | D | 11E | 49 | 32 |
| Octal | 261 | 44 | 335 | 24 | 124 | 0 | 15 | 436 | 111 | 62 |
| Binary | 10110001 | 100100 | 11011101 | 10100 | 1010100 | 0 | 1101 | 100011110 | 1001001 | 110010 |
Color Harmonies of #B124DD
Complementary color
Monochromatic Colors of #B124DD
Black with #B124DD
Text Example
Text Example
White with #B124DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B124DD; }
p { color: rgb(177,36,221); }
H1.HeaderClassName
{
color: #B124DD;
}
.AnyTagClassName
{
color: #B124DD;
}
</style>
background-color css
<style>
a { background-color: #B124DD; }
a { background-color: rgb(177,36,221); }
div.DivClassName
{
background-color: #B124DD;
}
.BgClassName
{
background-color: #B124DD;
}
</style>
border-color css
<style>
span { border-color: #B124DD; }
span { border-color: rgb(177,36,221); }
td.TdClassName
{
border-color: #B124DD;
}
.TagClassName
{
border-color: #B124DD;
}
</style>