Shades of Dark Orchid #B31DDF
Tints of Dark Orchid #B31DDF
RGB
CMYK
RGB Variations
Color information
#B31DDF (or 0xB31DDF) is known color: Dark Orchid. HEX triplet: B3, 1D and DF. RGB value is (179,29,223). Sum of RGB (Red+Green+Blue) = 179+29+223=431 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.53% from 431); Green value is 29 (11.72% from 255 or 6.73% from 431); Blue value is 223 (87.5% from 255 or 51.74% from 431); Max value from RGB is 223 - color contains mainly: blue. Hex color #B31DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31DDF is #4CE220. Grayscale: #5F5F5F. Windows color (decimal): -5038625 or 14622131. OLE color: 14622131.
HSL color Cylindrical-coordinate representation of color #B31DDF: hue angle of 286.39º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B31DDF is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 29 | 223 | - |
| CMYK | 0.20 | 0.87 | 0 | 0.13 |
| HSL | 286.39º | 0.77% | 0.49% | - |
| HSV(B) | 286.39º | 0.87% | 0.87% | - |
| XYZ | 32.35 | 15.79 | 71.15 | - |
| YUV | 95.97 | 199.7 | 187.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 29 | 223 | 0.20 | 0.87 | 0 | 0.13 | 286.39 | 0.77 | 0.49 |
| Hex | B3 | 1D | DF | 14 | 57 | 0 | D | 11E | 4D | 31 |
| Octal | 263 | 35 | 337 | 24 | 127 | 0 | 15 | 436 | 115 | 61 |
| Binary | 10110011 | 11101 | 11011111 | 10100 | 1010111 | 0 | 1101 | 100011110 | 1001101 | 110001 |
Color Harmonies of #B31DDF
Complementary color
Monochromatic Colors of #B31DDF
Black with #B31DDF
Text Example
Text Example
White with #B31DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31DDF; }
p { color: rgb(179,29,223); }
H1.HeaderClassName
{
color: #B31DDF;
}
.AnyTagClassName
{
color: #B31DDF;
}
</style>
background-color css
<style>
a { background-color: #B31DDF; }
a { background-color: rgb(179,29,223); }
div.DivClassName
{
background-color: #B31DDF;
}
.BgClassName
{
background-color: #B31DDF;
}
</style>
border-color css
<style>
span { border-color: #B31DDF; }
span { border-color: rgb(179,29,223); }
td.TdClassName
{
border-color: #B31DDF;
}
.TagClassName
{
border-color: #B31DDF;
}
</style>