Shades of Dark Orchid #B031DF
Tints of Dark Orchid #B031DF
RGB
CMYK
RGB Variations
Color information
#B031DF (or 0xB031DF) is known color: Dark Orchid. HEX triplet: B0, 31 and DF. RGB value is (176,49,223). Sum of RGB (Red+Green+Blue) = 176+49+223=448 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.29% from 448); Green value is 49 (19.53% from 255 or 10.94% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 223 - color contains mainly: blue. Hex color #B031DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B031DF is #4FCE20. Grayscale: #6A6A6A. Windows color (decimal): -5230113 or 14627248. OLE color: 14627248.
HSL color Cylindrical-coordinate representation of color #B031DF: hue angle of 283.79º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B031DF is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 49 | 223 | - |
| CMYK | 0.21 | 0.78 | 0 | 0.13 |
| HSL | 283.79º | 0.73% | 0.53% | - |
| HSV(B) | 283.79º | 0.78% | 0.87% | - |
| XYZ | 32.32 | 16.75 | 71.34 | - |
| YUV | 106.81 | 193.58 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 49 | 223 | 0.21 | 0.78 | 0 | 0.13 | 283.79 | 0.73 | 0.53 |
| Hex | B0 | 31 | DF | 15 | 4E | 0 | D | 11C | 49 | 35 |
| Octal | 260 | 61 | 337 | 25 | 116 | 0 | 15 | 434 | 111 | 65 |
| Binary | 10110000 | 110001 | 11011111 | 10101 | 1001110 | 0 | 1101 | 100011100 | 1001001 | 110101 |
Color Harmonies of #B031DF
Complementary color
Monochromatic Colors of #B031DF
Black with #B031DF
Text Example
Text Example
White with #B031DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B031DF; }
p { color: rgb(176,49,223); }
H1.HeaderClassName
{
color: #B031DF;
}
.AnyTagClassName
{
color: #B031DF;
}
</style>
background-color css
<style>
a { background-color: #B031DF; }
a { background-color: rgb(176,49,223); }
div.DivClassName
{
background-color: #B031DF;
}
.BgClassName
{
background-color: #B031DF;
}
</style>
border-color css
<style>
span { border-color: #B031DF; }
span { border-color: rgb(176,49,223); }
td.TdClassName
{
border-color: #B031DF;
}
.TagClassName
{
border-color: #B031DF;
}
</style>