Shades of Dark Orchid #B122BC
Tints of Dark Orchid #B122BC
RGB
CMYK
RGB Variations
Color information
#B122BC (or 0xB122BC) is known color: Dark Orchid. HEX triplet: B1, 22 and BC. RGB value is (177,34,188). Sum of RGB (Red+Green+Blue) = 177+34+188=399 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.36% from 399); Green value is 34 (13.67% from 255 or 8.52% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 188 - color contains mainly: blue. Hex color #B122BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B122BC is #4EDD43. Grayscale: #5D5D5D. Windows color (decimal): -5168452 or 12329649. OLE color: 12329649.
HSL color Cylindrical-coordinate representation of color #B122BC: hue angle of 295.71º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B122BC is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 34 | 188 | - |
| CMYK | 0.06 | 0.82 | 0 | 0.26 |
| HSL | 295.71º | 0.69% | 0.44% | - |
| HSV(B) | 295.71º | 0.82% | 0.74% | - |
| XYZ | 27.78 | 14.12 | 48.84 | - |
| YUV | 94.31 | 180.88 | 186.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 34 | 188 | 0.06 | 0.82 | 0 | 0.26 | 295.71 | 0.69 | 0.44 |
| Hex | B1 | 22 | BC | 6 | 52 | 0 | 1A | 128 | 45 | 2C |
| Octal | 261 | 42 | 274 | 6 | 122 | 0 | 32 | 450 | 105 | 54 |
| Binary | 10110001 | 100010 | 10111100 | 110 | 1010010 | 0 | 11010 | 100101000 | 1000101 | 101100 |
Color Harmonies of #B122BC
Complementary color
Monochromatic Colors of #B122BC
Black with #B122BC
Text Example
Text Example
White with #B122BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B122BC; }
p { color: rgb(177,34,188); }
H1.HeaderClassName
{
color: #B122BC;
}
.AnyTagClassName
{
color: #B122BC;
}
</style>
background-color css
<style>
a { background-color: #B122BC; }
a { background-color: rgb(177,34,188); }
div.DivClassName
{
background-color: #B122BC;
}
.BgClassName
{
background-color: #B122BC;
}
</style>
border-color css
<style>
span { border-color: #B122BC; }
span { border-color: rgb(177,34,188); }
td.TdClassName
{
border-color: #B122BC;
}
.TagClassName
{
border-color: #B122BC;
}
</style>