Shades of Dark Orchid #B123DC
Tints of Dark Orchid #B123DC
RGB
CMYK
RGB Variations
Color information
#B123DC (or 0xB123DC) is known color: Dark Orchid. HEX triplet: B1, 23 and DC. RGB value is (177,35,220). Sum of RGB (Red+Green+Blue) = 177+35+220=432 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.97% from 432); Green value is 35 (14.06% from 255 or 8.10% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #B123DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B123DC is #4EDC23. Grayscale: #616161. Windows color (decimal): -5168164 or 14427057. OLE color: 14427057.
HSL color Cylindrical-coordinate representation of color #B123DC: hue angle of 286.05º degrees, saturation: 0.73, 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 #B123DC is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 35 | 220 | - |
| CMYK | 0.20 | 0.84 | 0 | 0.14 |
| HSL | 286.05º | 0.73% | 0.5% | - |
| HSV(B) | 286.05º | 0.84% | 0.86% | - |
| XYZ | 31.65 | 15.72 | 69.08 | - |
| YUV | 98.55 | 196.54 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 35 | 220 | 0.20 | 0.84 | 0 | 0.14 | 286.05 | 0.73 | 0.5 |
| Hex | B1 | 23 | DC | 14 | 54 | 0 | E | 11E | 49 | 32 |
| Octal | 261 | 43 | 334 | 24 | 124 | 0 | 16 | 436 | 111 | 62 |
| Binary | 10110001 | 100011 | 11011100 | 10100 | 1010100 | 0 | 1110 | 100011110 | 1001001 | 110010 |
Color Harmonies of #B123DC
Complementary color
Monochromatic Colors of #B123DC
Black with #B123DC
Text Example
Text Example
White with #B123DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B123DC; }
p { color: rgb(177,35,220); }
H1.HeaderClassName
{
color: #B123DC;
}
.AnyTagClassName
{
color: #B123DC;
}
</style>
background-color css
<style>
a { background-color: #B123DC; }
a { background-color: rgb(177,35,220); }
div.DivClassName
{
background-color: #B123DC;
}
.BgClassName
{
background-color: #B123DC;
}
</style>
border-color css
<style>
span { border-color: #B123DC; }
span { border-color: rgb(177,35,220); }
td.TdClassName
{
border-color: #B123DC;
}
.TagClassName
{
border-color: #B123DC;
}
</style>