Shades of Dark Orchid #B123C6
Tints of Dark Orchid #B123C6
RGB
CMYK
RGB Variations
Color information
#B123C6 (or 0xB123C6) is known color: Dark Orchid. HEX triplet: B1, 23 and C6. RGB value is (177,35,198). Sum of RGB (Red+Green+Blue) = 177+35+198=410 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.17% from 410); Green value is 35 (14.06% from 255 or 8.54% from 410); Blue value is 198 (77.73% from 255 or 48.29% from 410); Max value from RGB is 198 - color contains mainly: blue. Hex color #B123C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B123C6 is #4EDC39. Grayscale: #5F5F5F. Windows color (decimal): -5168186 or 12985265. OLE color: 12985265.
HSL color Cylindrical-coordinate representation of color #B123C6: hue angle of 292.27º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B123C6 is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 177 | 35 | 198 | - |
| CMYK | 0.11 | 0.82 | 0 | 0.22 |
| HSL | 292.27º | 0.7% | 0.46% | - |
| HSV(B) | 292.27º | 0.82% | 0.78% | - |
| XYZ | 28.93 | 14.63 | 54.72 | - |
| YUV | 96.04 | 185.54 | 185.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 35 | 198 | 0.11 | 0.82 | 0 | 0.22 | 292.27 | 0.7 | 0.46 |
| Hex | B1 | 23 | C6 | B | 52 | 0 | 16 | 124 | 46 | 2E |
| Octal | 261 | 43 | 306 | 13 | 122 | 0 | 26 | 444 | 106 | 56 |
| Binary | 10110001 | 100011 | 11000110 | 1011 | 1010010 | 0 | 10110 | 100100100 | 1000110 | 101110 |
Color Harmonies of #B123C6
Complementary color
Monochromatic Colors of #B123C6
Black with #B123C6
Text Example
Text Example
White with #B123C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B123C6; }
p { color: rgb(177,35,198); }
H1.HeaderClassName
{
color: #B123C6;
}
.AnyTagClassName
{
color: #B123C6;
}
</style>
background-color css
<style>
a { background-color: #B123C6; }
a { background-color: rgb(177,35,198); }
div.DivClassName
{
background-color: #B123C6;
}
.BgClassName
{
background-color: #B123C6;
}
</style>
border-color css
<style>
span { border-color: #B123C6; }
span { border-color: rgb(177,35,198); }
td.TdClassName
{
border-color: #B123C6;
}
.TagClassName
{
border-color: #B123C6;
}
</style>