Shades of Dark Orchid #B024C7
Tints of Dark Orchid #B024C7
RGB
CMYK
RGB Variations
Color information
#B024C7 (or 0xB024C7) is known color: Dark Orchid. HEX triplet: B0, 24 and C7. RGB value is (176,36,199). Sum of RGB (Red+Green+Blue) = 176+36+199=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 36 (14.45% from 255 or 8.76% from 411); Blue value is 199 (78.12% from 255 or 48.42% from 411); Max value from RGB is 199 - color contains mainly: blue. Hex color #B024C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B024C7 is #4FDB38. Grayscale: #5F5F5F. Windows color (decimal): -5233465 or 13051056. OLE color: 13051056.
HSL color Cylindrical-coordinate representation of color #B024C7: hue angle of 291.53º 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 #B024C7 is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 36 | 199 | - |
| CMYK | 0.12 | 0.82 | 0 | 0.22 |
| HSL | 291.53º | 0.69% | 0.46% | - |
| HSV(B) | 291.53º | 0.82% | 0.78% | - |
| XYZ | 28.84 | 14.62 | 55.33 | - |
| YUV | 96.44 | 185.88 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 36 | 199 | 0.12 | 0.82 | 0 | 0.22 | 291.53 | 0.69 | 0.46 |
| Hex | B0 | 24 | C7 | C | 52 | 0 | 16 | 124 | 45 | 2E |
| Octal | 260 | 44 | 307 | 14 | 122 | 0 | 26 | 444 | 105 | 56 |
| Binary | 10110000 | 100100 | 11000111 | 1100 | 1010010 | 0 | 10110 | 100100100 | 1000101 | 101110 |
Color Harmonies of #B024C7
Complementary color
Monochromatic Colors of #B024C7
Black with #B024C7
Text Example
Text Example
White with #B024C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B024C7; }
p { color: rgb(176,36,199); }
H1.HeaderClassName
{
color: #B024C7;
}
.AnyTagClassName
{
color: #B024C7;
}
</style>
background-color css
<style>
a { background-color: #B024C7; }
a { background-color: rgb(176,36,199); }
div.DivClassName
{
background-color: #B024C7;
}
.BgClassName
{
background-color: #B024C7;
}
</style>
border-color css
<style>
span { border-color: #B024C7; }
span { border-color: rgb(176,36,199); }
td.TdClassName
{
border-color: #B024C7;
}
.TagClassName
{
border-color: #B024C7;
}
</style>