Shades of Dark Orchid #B123C9
Tints of Dark Orchid #B123C9
RGB
CMYK
RGB Variations
Color information
#B123C9 (or 0xB123C9) is known color: Dark Orchid. HEX triplet: B1, 23 and C9. RGB value is (177,35,201). Sum of RGB (Red+Green+Blue) = 177+35+201=413 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.86% from 413); Green value is 35 (14.06% from 255 or 8.47% from 413); Blue value is 201 (78.91% from 255 or 48.67% from 413); Max value from RGB is 201 - color contains mainly: blue. Hex color #B123C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B123C9 is #4EDC36. Grayscale: #5F5F5F. Windows color (decimal): -5168183 or 13181873. OLE color: 13181873.
HSL color Cylindrical-coordinate representation of color #B123C9: hue angle of 291.33º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B123C9 is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 35 | 201 | - |
| CMYK | 0.12 | 0.83 | 0 | 0.21 |
| HSL | 291.33º | 0.7% | 0.46% | - |
| HSV(B) | 291.33º | 0.83% | 0.79% | - |
| XYZ | 29.28 | 14.77 | 56.57 | - |
| YUV | 96.38 | 187.04 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 35 | 201 | 0.12 | 0.83 | 0 | 0.21 | 291.33 | 0.7 | 0.46 |
| Hex | B1 | 23 | C9 | C | 53 | 0 | 15 | 123 | 46 | 2E |
| Octal | 261 | 43 | 311 | 14 | 123 | 0 | 25 | 443 | 106 | 56 |
| Binary | 10110001 | 100011 | 11001001 | 1100 | 1010011 | 0 | 10101 | 100100011 | 1000110 | 101110 |
Color Harmonies of #B123C9
Complementary color
Monochromatic Colors of #B123C9
Black with #B123C9
Text Example
Text Example
White with #B123C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B123C9; }
p { color: rgb(177,35,201); }
H1.HeaderClassName
{
color: #B123C9;
}
.AnyTagClassName
{
color: #B123C9;
}
</style>
background-color css
<style>
a { background-color: #B123C9; }
a { background-color: rgb(177,35,201); }
div.DivClassName
{
background-color: #B123C9;
}
.BgClassName
{
background-color: #B123C9;
}
</style>
border-color css
<style>
span { border-color: #B123C9; }
span { border-color: rgb(177,35,201); }
td.TdClassName
{
border-color: #B123C9;
}
.TagClassName
{
border-color: #B123C9;
}
</style>