Shades of Dark Orchid #B224BC
Tints of Dark Orchid #B224BC
RGB
CMYK
RGB Variations
Color information
#B224BC (or 0xB224BC) is known color: Dark Orchid. HEX triplet: B2, 24 and BC. RGB value is (178,36,188). Sum of RGB (Red+Green+Blue) = 178+36+188=402 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.28% from 402); Green value is 36 (14.45% from 255 or 8.96% from 402); Blue value is 188 (73.83% from 255 or 46.77% from 402); Max value from RGB is 188 - color contains mainly: blue. Hex color #B224BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B224BC is #4DDB43. Grayscale: #5F5F5F. Windows color (decimal): -5102404 or 12330162. OLE color: 12330162.
HSL color Cylindrical-coordinate representation of color #B224BC: hue angle of 296.05º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B224BC is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 36 | 188 | - |
| CMYK | 0.05 | 0.81 | 0 | 0.26 |
| HSL | 296.05º | 0.68% | 0.44% | - |
| HSV(B) | 296.05º | 0.81% | 0.74% | - |
| XYZ | 28.07 | 14.36 | 48.87 | - |
| YUV | 95.79 | 180.04 | 186.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 36 | 188 | 0.05 | 0.81 | 0 | 0.26 | 296.05 | 0.68 | 0.44 |
| Hex | B2 | 24 | BC | 5 | 51 | 0 | 1A | 128 | 44 | 2C |
| Octal | 262 | 44 | 274 | 5 | 121 | 0 | 32 | 450 | 104 | 54 |
| Binary | 10110010 | 100100 | 10111100 | 101 | 1010001 | 0 | 11010 | 100101000 | 1000100 | 101100 |
Color Harmonies of #B224BC
Complementary color
Monochromatic Colors of #B224BC
Black with #B224BC
Text Example
Text Example
White with #B224BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B224BC; }
p { color: rgb(178,36,188); }
H1.HeaderClassName
{
color: #B224BC;
}
.AnyTagClassName
{
color: #B224BC;
}
</style>
background-color css
<style>
a { background-color: #B224BC; }
a { background-color: rgb(178,36,188); }
div.DivClassName
{
background-color: #B224BC;
}
.BgClassName
{
background-color: #B224BC;
}
</style>
border-color css
<style>
span { border-color: #B224BC; }
span { border-color: rgb(178,36,188); }
td.TdClassName
{
border-color: #B224BC;
}
.TagClassName
{
border-color: #B224BC;
}
</style>