Shades of Dark Orchid #B123AC
Tints of Dark Orchid #B123AC
RGB
CMYK
RGB Variations
Color information
#B123AC (or 0xB123AC) is known color: Dark Orchid. HEX triplet: B1, 23 and AC. RGB value is (177,35,172). Sum of RGB (Red+Green+Blue) = 177+35+172=384 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.09% from 384); Green value is 35 (14.06% from 255 or 9.11% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 177 - color contains mainly: red. Hex color #B123AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B123AC is #4EDC53. Grayscale: #5C5C5C. Windows color (decimal): -5168212 or 11281329. OLE color: 11281329.
HSL color Cylindrical-coordinate representation of color #B123AC: hue angle of 302.11º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B123AC is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 35 | 172 | - |
| CMYK | 0 | 0.80 | 0.03 | 0.31 |
| HSL | 302.11º | 0.67% | 0.42% | - |
| HSV(B) | 302.11º | 0.8% | 0.69% | - |
| XYZ | 26.18 | 13.53 | 40.26 | - |
| YUV | 93.08 | 172.54 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 35 | 172 | 0 | 0.80 | 0.03 | 0.31 | 302.11 | 0.67 | 0.42 |
| Hex | B1 | 23 | AC | 0 | 50 | 3 | 1F | 12E | 43 | 2A |
| Octal | 261 | 43 | 254 | 0 | 120 | 3 | 37 | 456 | 103 | 52 |
| Binary | 10110001 | 100011 | 10101100 | 0 | 1010000 | 11 | 11111 | 100101110 | 1000011 | 101010 |
Color Harmonies of #B123AC
Complementary color
Monochromatic Colors of #B123AC
Black with #B123AC
Text Example
Text Example
White with #B123AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B123AC; }
p { color: rgb(177,35,172); }
H1.HeaderClassName
{
color: #B123AC;
}
.AnyTagClassName
{
color: #B123AC;
}
</style>
background-color css
<style>
a { background-color: #B123AC; }
a { background-color: rgb(177,35,172); }
div.DivClassName
{
background-color: #B123AC;
}
.BgClassName
{
background-color: #B123AC;
}
</style>
border-color css
<style>
span { border-color: #B123AC; }
span { border-color: rgb(177,35,172); }
td.TdClassName
{
border-color: #B123AC;
}
.TagClassName
{
border-color: #B123AC;
}
</style>