Shades of Dark Orchid #B22DB5
Tints of Dark Orchid #B22DB5
RGB
CMYK
RGB Variations
Color information
#B22DB5 (or 0xB22DB5) is known color: Dark Orchid. HEX triplet: B2, 2D and B5. RGB value is (178,45,181). Sum of RGB (Red+Green+Blue) = 178+45+181=404 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.06% from 404); Green value is 45 (17.97% from 255 or 11.14% from 404); Blue value is 181 (71.09% from 255 or 44.80% from 404); Max value from RGB is 181 - color contains mainly: blue. Hex color #B22DB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B22DB5 is #4DD24A. Grayscale: #636363. Windows color (decimal): -5100107 or 11873714. OLE color: 11873714.
HSL color Cylindrical-coordinate representation of color #B22DB5: hue angle of 298.68º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B22DB5 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 45 | 181 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.29 |
| HSL | 298.68º | 0.6% | 0.44% | - |
| HSV(B) | 298.68º | 0.75% | 0.71% | - |
| XYZ | 27.64 | 14.68 | 45.09 | - |
| YUV | 100.27 | 173.56 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 45 | 181 | 0.02 | 0.75 | 0 | 0.29 | 298.68 | 0.6 | 0.44 |
| Hex | B2 | 2D | B5 | 2 | 4B | 0 | 1D | 12B | 3C | 2C |
| Octal | 262 | 55 | 265 | 2 | 113 | 0 | 35 | 453 | 74 | 54 |
| Binary | 10110010 | 101101 | 10110101 | 10 | 1001011 | 0 | 11101 | 100101011 | 111100 | 101100 |
Color Harmonies of #B22DB5
Complementary color
Monochromatic Colors of #B22DB5
Black with #B22DB5
Text Example
Text Example
White with #B22DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22DB5; }
p { color: rgb(178,45,181); }
H1.HeaderClassName
{
color: #B22DB5;
}
.AnyTagClassName
{
color: #B22DB5;
}
</style>
background-color css
<style>
a { background-color: #B22DB5; }
a { background-color: rgb(178,45,181); }
div.DivClassName
{
background-color: #B22DB5;
}
.BgClassName
{
background-color: #B22DB5;
}
</style>
border-color css
<style>
span { border-color: #B22DB5; }
span { border-color: rgb(178,45,181); }
td.TdClassName
{
border-color: #B22DB5;
}
.TagClassName
{
border-color: #B22DB5;
}
</style>