Shades of Dark Orchid #B123E1
Tints of Dark Orchid #B123E1
RGB
CMYK
RGB Variations
Color information
#B123E1 (or 0xB123E1) is known color: Dark Orchid. HEX triplet: B1, 23 and E1. RGB value is (177,35,225). Sum of RGB (Red+Green+Blue) = 177+35+225=437 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.50% from 437); Green value is 35 (14.06% from 255 or 8.01% from 437); Blue value is 225 (88.28% from 255 or 51.49% from 437); Max value from RGB is 225 - color contains mainly: blue. Hex color #B123E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B123E1 is #4EDC1E. Grayscale: #626262. Windows color (decimal): -5168159 or 14754737. OLE color: 14754737.
HSL color Cylindrical-coordinate representation of color #B123E1: hue angle of 284.84º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B123E1 is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 177 | 35 | 225 | - |
| CMYK | 0.21 | 0.84 | 0 | 0.12 |
| HSL | 284.84º | 0.76% | 0.51% | - |
| HSV(B) | 284.84º | 0.84% | 0.88% | - |
| XYZ | 32.32 | 15.99 | 72.62 | - |
| YUV | 99.12 | 199.04 | 183.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 35 | 225 | 0.21 | 0.84 | 0 | 0.12 | 284.84 | 0.76 | 0.51 |
| Hex | B1 | 23 | E1 | 15 | 54 | 0 | C | 11D | 4C | 33 |
| Octal | 261 | 43 | 341 | 25 | 124 | 0 | 14 | 435 | 114 | 63 |
| Binary | 10110001 | 100011 | 11100001 | 10101 | 1010100 | 0 | 1100 | 100011101 | 1001100 | 110011 |
Color Harmonies of #B123E1
Complementary color
Monochromatic Colors of #B123E1
Black with #B123E1
Text Example
Text Example
White with #B123E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B123E1; }
p { color: rgb(177,35,225); }
H1.HeaderClassName
{
color: #B123E1;
}
.AnyTagClassName
{
color: #B123E1;
}
</style>
background-color css
<style>
a { background-color: #B123E1; }
a { background-color: rgb(177,35,225); }
div.DivClassName
{
background-color: #B123E1;
}
.BgClassName
{
background-color: #B123E1;
}
</style>
border-color css
<style>
span { border-color: #B123E1; }
span { border-color: rgb(177,35,225); }
td.TdClassName
{
border-color: #B123E1;
}
.TagClassName
{
border-color: #B123E1;
}
</style>