Shades of Dark Orchid #B221B1
Tints of Dark Orchid #B221B1
RGB
CMYK
RGB Variations
Color information
#B221B1 (or 0xB221B1) is known color: Dark Orchid. HEX triplet: B2, 21 and B1. RGB value is (178,33,177). Sum of RGB (Red+Green+Blue) = 178+33+177=388 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.88% from 388); Green value is 33 (13.28% from 255 or 8.51% from 388); Blue value is 177 (69.53% from 255 or 45.62% from 388); Max value from RGB is 178 - color contains mainly: red. Hex color #B221B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B221B1 is #4DDE4E. Grayscale: #5C5C5C. Windows color (decimal): -5103183 or 11608498. OLE color: 11608498.
HSL color Cylindrical-coordinate representation of color #B221B1: hue angle of 300.41º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B221B1 is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 33 | 177 | - |
| CMYK | 0 | 0.81 | 0.01 | 0.30 |
| HSL | 300.41º | 0.69% | 0.41% | - |
| HSV(B) | 300.41º | 0.81% | 0.7% | - |
| XYZ | 26.84 | 13.73 | 42.83 | - |
| YUV | 92.77 | 175.54 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 33 | 177 | 0 | 0.81 | 0.01 | 0.30 | 300.41 | 0.69 | 0.41 |
| Hex | B2 | 21 | B1 | 0 | 51 | 1 | 1E | 12C | 45 | 29 |
| Octal | 262 | 41 | 261 | 0 | 121 | 1 | 36 | 454 | 105 | 51 |
| Binary | 10110010 | 100001 | 10110001 | 0 | 1010001 | 1 | 11110 | 100101100 | 1000101 | 101001 |
Color Harmonies of #B221B1
Complementary color
Monochromatic Colors of #B221B1
Black with #B221B1
Text Example
Text Example
White with #B221B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B221B1; }
p { color: rgb(178,33,177); }
H1.HeaderClassName
{
color: #B221B1;
}
.AnyTagClassName
{
color: #B221B1;
}
</style>
background-color css
<style>
a { background-color: #B221B1; }
a { background-color: rgb(178,33,177); }
div.DivClassName
{
background-color: #B221B1;
}
.BgClassName
{
background-color: #B221B1;
}
</style>
border-color css
<style>
span { border-color: #B221B1; }
span { border-color: rgb(178,33,177); }
td.TdClassName
{
border-color: #B221B1;
}
.TagClassName
{
border-color: #B221B1;
}
</style>