Shades of Dark Orchid #B123B0
Tints of Dark Orchid #B123B0
RGB
CMYK
RGB Variations
Color information
#B123B0 (or 0xB123B0) is known color: Dark Orchid. HEX triplet: B1, 23 and B0. RGB value is (177,35,176). Sum of RGB (Red+Green+Blue) = 177+35+176=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 35 (14.06% from 255 or 9.02% from 388); Blue value is 176 (69.14% from 255 or 45.36% from 388); Max value from RGB is 177 - color contains mainly: red. Hex color #B123B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B123B0 is #4EDC4F. Grayscale: #5D5D5D. Windows color (decimal): -5168208 or 11543473. OLE color: 11543473.
HSL color Cylindrical-coordinate representation of color #B123B0: hue angle of 300.42º 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 #B123B0 is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 35 | 176 | - |
| CMYK | 0 | 0.80 | 0.01 | 0.31 |
| HSL | 300.42º | 0.67% | 0.42% | - |
| HSV(B) | 300.42º | 0.8% | 0.69% | - |
| XYZ | 26.57 | 13.68 | 42.32 | - |
| YUV | 93.53 | 174.54 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 35 | 176 | 0 | 0.80 | 0.01 | 0.31 | 300.42 | 0.67 | 0.42 |
| Hex | B1 | 23 | B0 | 0 | 50 | 1 | 1F | 12C | 43 | 2A |
| Octal | 261 | 43 | 260 | 0 | 120 | 1 | 37 | 454 | 103 | 52 |
| Binary | 10110001 | 100011 | 10110000 | 0 | 1010000 | 1 | 11111 | 100101100 | 1000011 | 101010 |
Color Harmonies of #B123B0
Complementary color
Monochromatic Colors of #B123B0
Black with #B123B0
Text Example
Text Example
White with #B123B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B123B0; }
p { color: rgb(177,35,176); }
H1.HeaderClassName
{
color: #B123B0;
}
.AnyTagClassName
{
color: #B123B0;
}
</style>
background-color css
<style>
a { background-color: #B123B0; }
a { background-color: rgb(177,35,176); }
div.DivClassName
{
background-color: #B123B0;
}
.BgClassName
{
background-color: #B123B0;
}
</style>
border-color css
<style>
span { border-color: #B123B0; }
span { border-color: rgb(177,35,176); }
td.TdClassName
{
border-color: #B123B0;
}
.TagClassName
{
border-color: #B123B0;
}
</style>