Shades of Dark Orchid #B22DB7
Tints of Dark Orchid #B22DB7
RGB
CMYK
RGB Variations
Color information
#B22DB7 (or 0xB22DB7) is known color: Dark Orchid. HEX triplet: B2, 2D and B7. RGB value is (178,45,183). Sum of RGB (Red+Green+Blue) = 178+45+183=406 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.84% from 406); Green value is 45 (17.97% from 255 or 11.08% from 406); Blue value is 183 (71.88% from 255 or 45.07% from 406); Max value from RGB is 183 - color contains mainly: blue. Hex color #B22DB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B22DB7 is #4DD248. Grayscale: #646464. Windows color (decimal): -5100105 or 12004786. OLE color: 12004786.
HSL color Cylindrical-coordinate representation of color #B22DB7: hue angle of 297.83º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B22DB7 is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 178 | 45 | 183 | - |
| CMYK | 0.03 | 0.75 | 0 | 0.28 |
| HSL | 297.83º | 0.61% | 0.45% | - |
| HSV(B) | 297.83º | 0.75% | 0.72% | - |
| XYZ | 27.85 | 14.76 | 46.18 | - |
| YUV | 100.5 | 174.56 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 45 | 183 | 0.03 | 0.75 | 0 | 0.28 | 297.83 | 0.61 | 0.45 |
| Hex | B2 | 2D | B7 | 3 | 4B | 0 | 1C | 12A | 3D | 2D |
| Octal | 262 | 55 | 267 | 3 | 113 | 0 | 34 | 452 | 75 | 55 |
| Binary | 10110010 | 101101 | 10110111 | 11 | 1001011 | 0 | 11100 | 100101010 | 111101 | 101101 |
Color Harmonies of #B22DB7
Complementary color
Monochromatic Colors of #B22DB7
Black with #B22DB7
Text Example
Text Example
White with #B22DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22DB7; }
p { color: rgb(178,45,183); }
H1.HeaderClassName
{
color: #B22DB7;
}
.AnyTagClassName
{
color: #B22DB7;
}
</style>
background-color css
<style>
a { background-color: #B22DB7; }
a { background-color: rgb(178,45,183); }
div.DivClassName
{
background-color: #B22DB7;
}
.BgClassName
{
background-color: #B22DB7;
}
</style>
border-color css
<style>
span { border-color: #B22DB7; }
span { border-color: rgb(178,45,183); }
td.TdClassName
{
border-color: #B22DB7;
}
.TagClassName
{
border-color: #B22DB7;
}
</style>