Shades of Dark Orchid #B224AD
Tints of Dark Orchid #B224AD
RGB
CMYK
RGB Variations
Color information
#B224AD (or 0xB224AD) is known color: Dark Orchid. HEX triplet: B2, 24 and AD. RGB value is (178,36,173). Sum of RGB (Red+Green+Blue) = 178+36+173=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 36 (14.45% from 255 or 9.30% from 387); Blue value is 173 (67.97% from 255 or 44.70% from 387); Max value from RGB is 178 - color contains mainly: red. Hex color #B224AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B224AD is #4DDB52. Grayscale: #5D5D5D. Windows color (decimal): -5102419 or 11347122. OLE color: 11347122.
HSL color Cylindrical-coordinate representation of color #B224AD: hue angle of 302.11º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B224AD is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 36 | 173 | - |
| CMYK | 0 | 0.80 | 0.03 | 0.30 |
| HSL | 302.11º | 0.66% | 0.42% | - |
| HSV(B) | 302.11º | 0.8% | 0.7% | - |
| XYZ | 26.53 | 13.74 | 40.79 | - |
| YUV | 94.08 | 172.54 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 36 | 173 | 0 | 0.80 | 0.03 | 0.30 | 302.11 | 0.66 | 0.42 |
| Hex | B2 | 24 | AD | 0 | 50 | 3 | 1E | 12E | 42 | 2A |
| Octal | 262 | 44 | 255 | 0 | 120 | 3 | 36 | 456 | 102 | 52 |
| Binary | 10110010 | 100100 | 10101101 | 0 | 1010000 | 11 | 11110 | 100101110 | 1000010 | 101010 |
Color Harmonies of #B224AD
Complementary color
Monochromatic Colors of #B224AD
Black with #B224AD
Text Example
Text Example
White with #B224AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B224AD; }
p { color: rgb(178,36,173); }
H1.HeaderClassName
{
color: #B224AD;
}
.AnyTagClassName
{
color: #B224AD;
}
</style>
background-color css
<style>
a { background-color: #B224AD; }
a { background-color: rgb(178,36,173); }
div.DivClassName
{
background-color: #B224AD;
}
.BgClassName
{
background-color: #B224AD;
}
</style>
border-color css
<style>
span { border-color: #B224AD; }
span { border-color: rgb(178,36,173); }
td.TdClassName
{
border-color: #B224AD;
}
.TagClassName
{
border-color: #B224AD;
}
</style>