Shades of Dark Orchid #B131DF
Tints of Dark Orchid #B131DF
RGB
CMYK
RGB Variations
Color information
#B131DF (or 0xB131DF) is known color: Dark Orchid. HEX triplet: B1, 31 and DF. RGB value is (177,49,223). Sum of RGB (Red+Green+Blue) = 177+49+223=449 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.42% from 449); Green value is 49 (19.53% from 255 or 10.91% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #B131DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B131DF is #4ECE20. Grayscale: #6A6A6A. Windows color (decimal): -5164577 or 14627249. OLE color: 14627249.
HSL color Cylindrical-coordinate representation of color #B131DF: hue angle of 284.14º 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 #B131DF is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 49 | 223 | - |
| CMYK | 0.21 | 0.78 | 0 | 0.13 |
| HSL | 284.14º | 0.73% | 0.53% | - |
| HSV(B) | 284.14º | 0.78% | 0.87% | - |
| XYZ | 32.55 | 16.87 | 71.35 | - |
| YUV | 107.11 | 193.41 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 49 | 223 | 0.21 | 0.78 | 0 | 0.13 | 284.14 | 0.73 | 0.53 |
| Hex | B1 | 31 | DF | 15 | 4E | 0 | D | 11C | 49 | 35 |
| Octal | 261 | 61 | 337 | 25 | 116 | 0 | 15 | 434 | 111 | 65 |
| Binary | 10110001 | 110001 | 11011111 | 10101 | 1001110 | 0 | 1101 | 100011100 | 1001001 | 110101 |
Color Harmonies of #B131DF
Complementary color
Monochromatic Colors of #B131DF
Black with #B131DF
Text Example
Text Example
White with #B131DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B131DF; }
p { color: rgb(177,49,223); }
H1.HeaderClassName
{
color: #B131DF;
}
.AnyTagClassName
{
color: #B131DF;
}
</style>
background-color css
<style>
a { background-color: #B131DF; }
a { background-color: rgb(177,49,223); }
div.DivClassName
{
background-color: #B131DF;
}
.BgClassName
{
background-color: #B131DF;
}
</style>
border-color css
<style>
span { border-color: #B131DF; }
span { border-color: rgb(177,49,223); }
td.TdClassName
{
border-color: #B131DF;
}
.TagClassName
{
border-color: #B131DF;
}
</style>