Shades of Dark Orchid #B123DE
Tints of Dark Orchid #B123DE
RGB
CMYK
RGB Variations
Color information
#B123DE (or 0xB123DE) is known color: Dark Orchid. HEX triplet: B1, 23 and DE. RGB value is (177,35,222). Sum of RGB (Red+Green+Blue) = 177+35+222=434 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.78% from 434); Green value is 35 (14.06% from 255 or 8.06% from 434); Blue value is 222 (87.11% from 255 or 51.15% from 434); Max value from RGB is 222 - color contains mainly: blue. Hex color #B123DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B123DE is #4EDC21. Grayscale: #626262. Windows color (decimal): -5168162 or 14558129. OLE color: 14558129.
HSL color Cylindrical-coordinate representation of color #B123DE: hue angle of 285.56º degrees, saturation: 0.74, 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 #B123DE is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 35 | 222 | - |
| CMYK | 0.20 | 0.84 | 0 | 0.13 |
| HSL | 285.56º | 0.74% | 0.5% | - |
| HSV(B) | 285.56º | 0.84% | 0.87% | - |
| XYZ | 31.92 | 15.82 | 70.48 | - |
| YUV | 98.78 | 197.54 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 35 | 222 | 0.20 | 0.84 | 0 | 0.13 | 285.56 | 0.74 | 0.5 |
| Hex | B1 | 23 | DE | 14 | 54 | 0 | D | 11E | 4A | 32 |
| Octal | 261 | 43 | 336 | 24 | 124 | 0 | 15 | 436 | 112 | 62 |
| Binary | 10110001 | 100011 | 11011110 | 10100 | 1010100 | 0 | 1101 | 100011110 | 1001010 | 110010 |
Color Harmonies of #B123DE
Complementary color
Monochromatic Colors of #B123DE
Black with #B123DE
Text Example
Text Example
White with #B123DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B123DE; }
p { color: rgb(177,35,222); }
H1.HeaderClassName
{
color: #B123DE;
}
.AnyTagClassName
{
color: #B123DE;
}
</style>
background-color css
<style>
a { background-color: #B123DE; }
a { background-color: rgb(177,35,222); }
div.DivClassName
{
background-color: #B123DE;
}
.BgClassName
{
background-color: #B123DE;
}
</style>
border-color css
<style>
span { border-color: #B123DE; }
span { border-color: rgb(177,35,222); }
td.TdClassName
{
border-color: #B123DE;
}
.TagClassName
{
border-color: #B123DE;
}
</style>