Shades of Dark Orchid #B124DF
Tints of Dark Orchid #B124DF
RGB
CMYK
RGB Variations
Color information
#B124DF (or 0xB124DF) is known color: Dark Orchid. HEX triplet: B1, 24 and DF. RGB value is (177,36,223). Sum of RGB (Red+Green+Blue) = 177+36+223=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 36 (14.45% from 255 or 8.26% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #B124DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B124DF is #4EDB20. Grayscale: #626262. Windows color (decimal): -5167905 or 14623921. OLE color: 14623921.
HSL color Cylindrical-coordinate representation of color #B124DF: hue angle of 285.24º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B124DF is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 36 | 223 | - |
| CMYK | 0.21 | 0.84 | 0 | 0.13 |
| HSL | 285.24º | 0.75% | 0.51% | - |
| HSV(B) | 285.24º | 0.84% | 0.87% | - |
| XYZ | 32.08 | 15.94 | 71.2 | - |
| YUV | 99.48 | 197.71 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 36 | 223 | 0.21 | 0.84 | 0 | 0.13 | 285.24 | 0.75 | 0.51 |
| Hex | B1 | 24 | DF | 15 | 54 | 0 | D | 11D | 4B | 33 |
| Octal | 261 | 44 | 337 | 25 | 124 | 0 | 15 | 435 | 113 | 63 |
| Binary | 10110001 | 100100 | 11011111 | 10101 | 1010100 | 0 | 1101 | 100011101 | 1001011 | 110011 |
Color Harmonies of #B124DF
Complementary color
Monochromatic Colors of #B124DF
Black with #B124DF
Text Example
Text Example
White with #B124DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B124DF; }
p { color: rgb(177,36,223); }
H1.HeaderClassName
{
color: #B124DF;
}
.AnyTagClassName
{
color: #B124DF;
}
</style>
background-color css
<style>
a { background-color: #B124DF; }
a { background-color: rgb(177,36,223); }
div.DivClassName
{
background-color: #B124DF;
}
.BgClassName
{
background-color: #B124DF;
}
</style>
border-color css
<style>
span { border-color: #B124DF; }
span { border-color: rgb(177,36,223); }
td.TdClassName
{
border-color: #B124DF;
}
.TagClassName
{
border-color: #B124DF;
}
</style>