Shades of Dark Orchid #B031C1
Tints of Dark Orchid #B031C1
RGB
CMYK
RGB Variations
Color information
#B031C1 (or 0xB031C1) is known color: Dark Orchid. HEX triplet: B0, 31 and C1. RGB value is (176,49,193). Sum of RGB (Red+Green+Blue) = 176+49+193=418 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.11% from 418); Green value is 49 (19.53% from 255 or 11.72% from 418); Blue value is 193 (75.78% from 255 or 46.17% from 418); Max value from RGB is 193 - color contains mainly: blue. Hex color #B031C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B031C1 is #4FCE3E. Grayscale: #666666. Windows color (decimal): -5230143 or 12661168. OLE color: 12661168.
HSL color Cylindrical-coordinate representation of color #B031C1: hue angle of 292.92º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B031C1 is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 49 | 193 | - |
| CMYK | 0.09 | 0.75 | 0 | 0.24 |
| HSL | 292.92º | 0.6% | 0.47% | - |
| HSV(B) | 292.92º | 0.75% | 0.76% | - |
| XYZ | 28.63 | 15.28 | 51.89 | - |
| YUV | 103.39 | 178.58 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 49 | 193 | 0.09 | 0.75 | 0 | 0.24 | 292.92 | 0.6 | 0.47 |
| Hex | B0 | 31 | C1 | 9 | 4B | 0 | 18 | 125 | 3C | 2F |
| Octal | 260 | 61 | 301 | 11 | 113 | 0 | 30 | 445 | 74 | 57 |
| Binary | 10110000 | 110001 | 11000001 | 1001 | 1001011 | 0 | 11000 | 100100101 | 111100 | 101111 |
Color Harmonies of #B031C1
Complementary color
Monochromatic Colors of #B031C1
Black with #B031C1
Text Example
Text Example
White with #B031C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B031C1; }
p { color: rgb(176,49,193); }
H1.HeaderClassName
{
color: #B031C1;
}
.AnyTagClassName
{
color: #B031C1;
}
</style>
background-color css
<style>
a { background-color: #B031C1; }
a { background-color: rgb(176,49,193); }
div.DivClassName
{
background-color: #B031C1;
}
.BgClassName
{
background-color: #B031C1;
}
</style>
border-color css
<style>
span { border-color: #B031C1; }
span { border-color: rgb(176,49,193); }
td.TdClassName
{
border-color: #B031C1;
}
.TagClassName
{
border-color: #B031C1;
}
</style>