Shades of Dark Orchid #B22DB8
Tints of Dark Orchid #B22DB8
RGB
CMYK
RGB Variations
Color information
#B22DB8 (or 0xB22DB8) is known color: Dark Orchid. HEX triplet: B2, 2D and B8. RGB value is (178,45,184). Sum of RGB (Red+Green+Blue) = 178+45+184=407 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.73% from 407); Green value is 45 (17.97% from 255 or 11.06% from 407); Blue value is 184 (72.27% from 255 or 45.21% from 407); Max value from RGB is 184 - color contains mainly: blue. Hex color #B22DB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B22DB8 is #4DD247. Grayscale: #646464. Windows color (decimal): -5100104 or 12070322. OLE color: 12070322.
HSL color Cylindrical-coordinate representation of color #B22DB8: hue angle of 297.41º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B22DB8 is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 178 | 45 | 184 | - |
| CMYK | 0.03 | 0.76 | 0 | 0.28 |
| HSL | 297.41º | 0.61% | 0.45% | - |
| HSV(B) | 297.41º | 0.76% | 0.72% | - |
| XYZ | 27.95 | 14.8 | 46.73 | - |
| YUV | 100.61 | 175.06 | 183.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 45 | 184 | 0.03 | 0.76 | 0 | 0.28 | 297.41 | 0.61 | 0.45 |
| Hex | B2 | 2D | B8 | 3 | 4C | 0 | 1C | 129 | 3D | 2D |
| Octal | 262 | 55 | 270 | 3 | 114 | 0 | 34 | 451 | 75 | 55 |
| Binary | 10110010 | 101101 | 10111000 | 11 | 1001100 | 0 | 11100 | 100101001 | 111101 | 101101 |
Color Harmonies of #B22DB8
Complementary color
Monochromatic Colors of #B22DB8
Black with #B22DB8
Text Example
Text Example
White with #B22DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22DB8; }
p { color: rgb(178,45,184); }
H1.HeaderClassName
{
color: #B22DB8;
}
.AnyTagClassName
{
color: #B22DB8;
}
</style>
background-color css
<style>
a { background-color: #B22DB8; }
a { background-color: rgb(178,45,184); }
div.DivClassName
{
background-color: #B22DB8;
}
.BgClassName
{
background-color: #B22DB8;
}
</style>
border-color css
<style>
span { border-color: #B22DB8; }
span { border-color: rgb(178,45,184); }
td.TdClassName
{
border-color: #B22DB8;
}
.TagClassName
{
border-color: #B22DB8;
}
</style>