Shades of Dark Orchid #B124DB
Tints of Dark Orchid #B124DB
RGB
CMYK
RGB Variations
Color information
#B124DB (or 0xB124DB) is known color: Dark Orchid. HEX triplet: B1, 24 and DB. RGB value is (177,36,219). Sum of RGB (Red+Green+Blue) = 177+36+219=432 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.97% from 432); Green value is 36 (14.45% from 255 or 8.33% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #B124DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B124DB is #4EDB24. Grayscale: #626262. Windows color (decimal): -5167909 or 14361777. OLE color: 14361777.
HSL color Cylindrical-coordinate representation of color #B124DB: hue angle of 286.23º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B124DB is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 36 | 219 | - |
| CMYK | 0.19 | 0.84 | 0 | 0.14 |
| HSL | 286.23º | 0.72% | 0.5% | - |
| HSV(B) | 286.23º | 0.84% | 0.86% | - |
| XYZ | 31.55 | 15.72 | 68.39 | - |
| YUV | 99.02 | 195.71 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 36 | 219 | 0.19 | 0.84 | 0 | 0.14 | 286.23 | 0.72 | 0.5 |
| Hex | B1 | 24 | DB | 13 | 54 | 0 | E | 11E | 48 | 32 |
| Octal | 261 | 44 | 333 | 23 | 124 | 0 | 16 | 436 | 110 | 62 |
| Binary | 10110001 | 100100 | 11011011 | 10011 | 1010100 | 0 | 1110 | 100011110 | 1001000 | 110010 |
Color Harmonies of #B124DB
Complementary color
Monochromatic Colors of #B124DB
Black with #B124DB
Text Example
Text Example
White with #B124DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B124DB; }
p { color: rgb(177,36,219); }
H1.HeaderClassName
{
color: #B124DB;
}
.AnyTagClassName
{
color: #B124DB;
}
</style>
background-color css
<style>
a { background-color: #B124DB; }
a { background-color: rgb(177,36,219); }
div.DivClassName
{
background-color: #B124DB;
}
.BgClassName
{
background-color: #B124DB;
}
</style>
border-color css
<style>
span { border-color: #B124DB; }
span { border-color: rgb(177,36,219); }
td.TdClassName
{
border-color: #B124DB;
}
.TagClassName
{
border-color: #B124DB;
}
</style>