Shades of Dark Orchid #B124BA
Tints of Dark Orchid #B124BA
RGB
CMYK
RGB Variations
Color information
#B124BA (or 0xB124BA) is known color: Dark Orchid. HEX triplet: B1, 24 and BA. RGB value is (177,36,186). Sum of RGB (Red+Green+Blue) = 177+36+186=399 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.36% from 399); Green value is 36 (14.45% from 255 or 9.02% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 186 - color contains mainly: blue. Hex color #B124BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B124BA is #4EDB45. Grayscale: #5E5E5E. Windows color (decimal): -5167942 or 12199089. OLE color: 12199089.
HSL color Cylindrical-coordinate representation of color #B124BA: hue angle of 296.4º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B124BA is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 36 | 186 | - |
| CMYK | 0.05 | 0.81 | 0 | 0.27 |
| HSL | 296.4º | 0.68% | 0.44% | - |
| HSV(B) | 296.4º | 0.81% | 0.73% | - |
| XYZ | 27.63 | 14.15 | 47.73 | - |
| YUV | 95.26 | 179.21 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 36 | 186 | 0.05 | 0.81 | 0 | 0.27 | 296.4 | 0.68 | 0.44 |
| Hex | B1 | 24 | BA | 5 | 51 | 0 | 1B | 128 | 44 | 2C |
| Octal | 261 | 44 | 272 | 5 | 121 | 0 | 33 | 450 | 104 | 54 |
| Binary | 10110001 | 100100 | 10111010 | 101 | 1010001 | 0 | 11011 | 100101000 | 1000100 | 101100 |
Color Harmonies of #B124BA
Complementary color
Monochromatic Colors of #B124BA
Black with #B124BA
Text Example
Text Example
White with #B124BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B124BA; }
p { color: rgb(177,36,186); }
H1.HeaderClassName
{
color: #B124BA;
}
.AnyTagClassName
{
color: #B124BA;
}
</style>
background-color css
<style>
a { background-color: #B124BA; }
a { background-color: rgb(177,36,186); }
div.DivClassName
{
background-color: #B124BA;
}
.BgClassName
{
background-color: #B124BA;
}
</style>
border-color css
<style>
span { border-color: #B124BA; }
span { border-color: rgb(177,36,186); }
td.TdClassName
{
border-color: #B124BA;
}
.TagClassName
{
border-color: #B124BA;
}
</style>