Shades of Dark Orchid #B122B1
Tints of Dark Orchid #B122B1
RGB
CMYK
RGB Variations
Color information
#B122B1 (or 0xB122B1) is known color: Dark Orchid. HEX triplet: B1, 22 and B1. RGB value is (177,34,177). Sum of RGB (Red+Green+Blue) = 177+34+177=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 34 (13.67% from 255 or 8.76% from 388); Blue value is 177 (69.53% from 255 or 45.62% from 388); Max value from RGB is 177 - color contains mainly: red, blue. Hex color #B122B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B122B1 is #4EDD4E. Grayscale: #5C5C5C. Windows color (decimal): -5168463 or 11608753. OLE color: 11608753.
HSL color Cylindrical-coordinate representation of color #B122B1: hue angle of 300º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B122B1 is Cyan = 0, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 34 | 177 | - |
| CMYK | 0 | 0.81 | 0 | 0.31 |
| HSL | 300º | 0.68% | 0.41% | - |
| HSV(B) | 300º | 0.81% | 0.69% | - |
| XYZ | 26.64 | 13.67 | 42.83 | - |
| YUV | 93.06 | 175.38 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 34 | 177 | 0 | 0.81 | 0 | 0.31 | 300 | 0.68 | 0.41 |
| Hex | B1 | 22 | B1 | 0 | 51 | 0 | 1F | 12C | 44 | 29 |
| Octal | 261 | 42 | 261 | 0 | 121 | 0 | 37 | 454 | 104 | 51 |
| Binary | 10110001 | 100010 | 10110001 | 0 | 1010001 | 0 | 11111 | 100101100 | 1000100 | 101001 |
Color Harmonies of #B122B1
Complementary color
Monochromatic Colors of #B122B1
Black with #B122B1
Text Example
Text Example
White with #B122B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B122B1; }
p { color: rgb(177,34,177); }
H1.HeaderClassName
{
color: #B122B1;
}
.AnyTagClassName
{
color: #B122B1;
}
</style>
background-color css
<style>
a { background-color: #B122B1; }
a { background-color: rgb(177,34,177); }
div.DivClassName
{
background-color: #B122B1;
}
.BgClassName
{
background-color: #B122B1;
}
</style>
border-color css
<style>
span { border-color: #B122B1; }
span { border-color: rgb(177,34,177); }
td.TdClassName
{
border-color: #B122B1;
}
.TagClassName
{
border-color: #B122B1;
}
</style>