Shades of Dark Orchid #B124AC
Tints of Dark Orchid #B124AC
RGB
CMYK
RGB Variations
Color information
#B124AC (or 0xB124AC) is known color: Dark Orchid. HEX triplet: B1, 24 and AC. RGB value is (177,36,172). Sum of RGB (Red+Green+Blue) = 177+36+172=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 36 (14.45% from 255 or 9.35% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 177 - color contains mainly: red. Hex color #B124AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B124AC is #4EDB53. Grayscale: #5D5D5D. Windows color (decimal): -5167956 or 11281585. OLE color: 11281585.
HSL color Cylindrical-coordinate representation of color #B124AC: hue angle of 302.13º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B124AC is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 36 | 172 | - |
| CMYK | 0 | 0.80 | 0.03 | 0.31 |
| HSL | 302.13º | 0.66% | 0.42% | - |
| HSV(B) | 302.13º | 0.8% | 0.69% | - |
| XYZ | 26.21 | 13.59 | 40.27 | - |
| YUV | 93.66 | 172.21 | 187.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 36 | 172 | 0 | 0.80 | 0.03 | 0.31 | 302.13 | 0.66 | 0.42 |
| Hex | B1 | 24 | AC | 0 | 50 | 3 | 1F | 12E | 42 | 2A |
| Octal | 261 | 44 | 254 | 0 | 120 | 3 | 37 | 456 | 102 | 52 |
| Binary | 10110001 | 100100 | 10101100 | 0 | 1010000 | 11 | 11111 | 100101110 | 1000010 | 101010 |
Color Harmonies of #B124AC
Complementary color
Monochromatic Colors of #B124AC
Black with #B124AC
Text Example
Text Example
White with #B124AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B124AC; }
p { color: rgb(177,36,172); }
H1.HeaderClassName
{
color: #B124AC;
}
.AnyTagClassName
{
color: #B124AC;
}
</style>
background-color css
<style>
a { background-color: #B124AC; }
a { background-color: rgb(177,36,172); }
div.DivClassName
{
background-color: #B124AC;
}
.BgClassName
{
background-color: #B124AC;
}
</style>
border-color css
<style>
span { border-color: #B124AC; }
span { border-color: rgb(177,36,172); }
td.TdClassName
{
border-color: #B124AC;
}
.TagClassName
{
border-color: #B124AC;
}
</style>