Shades of Dark Orchid #B22BBA
Tints of Dark Orchid #B22BBA
RGB
CMYK
RGB Variations
Color information
#B22BBA (or 0xB22BBA) is known color: Dark Orchid. HEX triplet: B2, 2B and BA. RGB value is (178,43,186). Sum of RGB (Red+Green+Blue) = 178+43+186=407 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.73% from 407); Green value is 43 (17.19% from 255 or 10.57% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 186 - color contains mainly: blue. Hex color #B22BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B22BBA is #4DD445. Grayscale: #636363. Windows color (decimal): -5100614 or 12200882. OLE color: 12200882.
HSL color Cylindrical-coordinate representation of color #B22BBA: hue angle of 296.64º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B22BBA is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 43 | 186 | - |
| CMYK | 0.04 | 0.77 | 0 | 0.27 |
| HSL | 296.64º | 0.62% | 0.45% | - |
| HSV(B) | 296.64º | 0.77% | 0.73% | - |
| XYZ | 28.09 | 14.74 | 47.82 | - |
| YUV | 99.67 | 176.73 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 43 | 186 | 0.04 | 0.77 | 0 | 0.27 | 296.64 | 0.62 | 0.45 |
| Hex | B2 | 2B | BA | 4 | 4D | 0 | 1B | 129 | 3E | 2D |
| Octal | 262 | 53 | 272 | 4 | 115 | 0 | 33 | 451 | 76 | 55 |
| Binary | 10110010 | 101011 | 10111010 | 100 | 1001101 | 0 | 11011 | 100101001 | 111110 | 101101 |
Color Harmonies of #B22BBA
Complementary color
Monochromatic Colors of #B22BBA
Black with #B22BBA
Text Example
Text Example
White with #B22BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22BBA; }
p { color: rgb(178,43,186); }
H1.HeaderClassName
{
color: #B22BBA;
}
.AnyTagClassName
{
color: #B22BBA;
}
</style>
background-color css
<style>
a { background-color: #B22BBA; }
a { background-color: rgb(178,43,186); }
div.DivClassName
{
background-color: #B22BBA;
}
.BgClassName
{
background-color: #B22BBA;
}
</style>
border-color css
<style>
span { border-color: #B22BBA; }
span { border-color: rgb(178,43,186); }
td.TdClassName
{
border-color: #B22BBA;
}
.TagClassName
{
border-color: #B22BBA;
}
</style>