Shades of Dark Orchid #B224BA
Tints of Dark Orchid #B224BA
RGB
CMYK
RGB Variations
Color information
#B224BA (or 0xB224BA) is known color: Dark Orchid. HEX triplet: B2, 24 and BA. RGB value is (178,36,186). Sum of RGB (Red+Green+Blue) = 178+36+186=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 36 (14.45% from 255 or 9% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 186 - color contains mainly: blue. Hex color #B224BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B224BA is #4DDB45. Grayscale: #5F5F5F. Windows color (decimal): -5102406 or 12199090. OLE color: 12199090.
HSL color Cylindrical-coordinate representation of color #B224BA: hue angle of 296.8º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B224BA is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 36 | 186 | - |
| CMYK | 0.04 | 0.81 | 0 | 0.27 |
| HSL | 296.8º | 0.68% | 0.44% | - |
| HSV(B) | 296.8º | 0.81% | 0.73% | - |
| XYZ | 27.85 | 14.27 | 47.74 | - |
| YUV | 95.56 | 179.04 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 36 | 186 | 0.04 | 0.81 | 0 | 0.27 | 296.8 | 0.68 | 0.44 |
| Hex | B2 | 24 | BA | 4 | 51 | 0 | 1B | 129 | 44 | 2C |
| Octal | 262 | 44 | 272 | 4 | 121 | 0 | 33 | 451 | 104 | 54 |
| Binary | 10110010 | 100100 | 10111010 | 100 | 1010001 | 0 | 11011 | 100101001 | 1000100 | 101100 |
Color Harmonies of #B224BA
Complementary color
Monochromatic Colors of #B224BA
Black with #B224BA
Text Example
Text Example
White with #B224BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B224BA; }
p { color: rgb(178,36,186); }
H1.HeaderClassName
{
color: #B224BA;
}
.AnyTagClassName
{
color: #B224BA;
}
</style>
background-color css
<style>
a { background-color: #B224BA; }
a { background-color: rgb(178,36,186); }
div.DivClassName
{
background-color: #B224BA;
}
.BgClassName
{
background-color: #B224BA;
}
</style>
border-color css
<style>
span { border-color: #B224BA; }
span { border-color: rgb(178,36,186); }
td.TdClassName
{
border-color: #B224BA;
}
.TagClassName
{
border-color: #B224BA;
}
</style>