Shades of Dark Orchid #B224C8
Tints of Dark Orchid #B224C8
RGB
CMYK
RGB Variations
Color information
#B224C8 (or 0xB224C8) is known color: Dark Orchid. HEX triplet: B2, 24 and C8. RGB value is (178,36,200). Sum of RGB (Red+Green+Blue) = 178+36+200=414 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.00% from 414); Green value is 36 (14.45% from 255 or 8.70% from 414); Blue value is 200 (78.52% from 255 or 48.31% from 414); Max value from RGB is 200 - color contains mainly: blue. Hex color #B224C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B224C8 is #4DDB37. Grayscale: #606060. Windows color (decimal): -5102392 or 13116594. OLE color: 13116594.
HSL color Cylindrical-coordinate representation of color #B224C8: hue angle of 291.95º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B224C8 is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 36 | 200 | - |
| CMYK | 0.11 | 0.82 | 0 | 0.22 |
| HSL | 291.95º | 0.69% | 0.46% | - |
| HSV(B) | 291.95º | 0.82% | 0.78% | - |
| XYZ | 29.42 | 14.9 | 55.97 | - |
| YUV | 97.15 | 186.04 | 185.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 36 | 200 | 0.11 | 0.82 | 0 | 0.22 | 291.95 | 0.69 | 0.46 |
| Hex | B2 | 24 | C8 | B | 52 | 0 | 16 | 124 | 45 | 2E |
| Octal | 262 | 44 | 310 | 13 | 122 | 0 | 26 | 444 | 105 | 56 |
| Binary | 10110010 | 100100 | 11001000 | 1011 | 1010010 | 0 | 10110 | 100100100 | 1000101 | 101110 |
Color Harmonies of #B224C8
Complementary color
Monochromatic Colors of #B224C8
Black with #B224C8
Text Example
Text Example
White with #B224C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B224C8; }
p { color: rgb(178,36,200); }
H1.HeaderClassName
{
color: #B224C8;
}
.AnyTagClassName
{
color: #B224C8;
}
</style>
background-color css
<style>
a { background-color: #B224C8; }
a { background-color: rgb(178,36,200); }
div.DivClassName
{
background-color: #B224C8;
}
.BgClassName
{
background-color: #B224C8;
}
</style>
border-color css
<style>
span { border-color: #B224C8; }
span { border-color: rgb(178,36,200); }
td.TdClassName
{
border-color: #B224C8;
}
.TagClassName
{
border-color: #B224C8;
}
</style>