Shades of Dark Orchid #B131D5
Tints of Dark Orchid #B131D5
RGB
CMYK
RGB Variations
Color information
#B131D5 (or 0xB131D5) is known color: Dark Orchid. HEX triplet: B1, 31 and D5. RGB value is (177,49,213). Sum of RGB (Red+Green+Blue) = 177+49+213=439 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.32% from 439); Green value is 49 (19.53% from 255 or 11.16% from 439); Blue value is 213 (83.59% from 255 or 48.52% from 439); Max value from RGB is 213 - color contains mainly: blue. Hex color #B131D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B131D5 is #4ECE2A. Grayscale: #696969. Windows color (decimal): -5164587 or 13971889. OLE color: 13971889.
HSL color Cylindrical-coordinate representation of color #B131D5: hue angle of 286.83º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B131D5 is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 177 | 49 | 213 | - |
| CMYK | 0.17 | 0.77 | 0 | 0.16 |
| HSL | 286.83º | 0.66% | 0.51% | - |
| HSV(B) | 286.83º | 0.77% | 0.84% | - |
| XYZ | 31.24 | 16.35 | 64.46 | - |
| YUV | 105.97 | 188.41 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 49 | 213 | 0.17 | 0.77 | 0 | 0.16 | 286.83 | 0.66 | 0.51 |
| Hex | B1 | 31 | D5 | 11 | 4D | 0 | 10 | 11F | 42 | 33 |
| Octal | 261 | 61 | 325 | 21 | 115 | 0 | 20 | 437 | 102 | 63 |
| Binary | 10110001 | 110001 | 11010101 | 10001 | 1001101 | 0 | 10000 | 100011111 | 1000010 | 110011 |
Color Harmonies of #B131D5
Complementary color
Monochromatic Colors of #B131D5
Black with #B131D5
Text Example
Text Example
White with #B131D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B131D5; }
p { color: rgb(177,49,213); }
H1.HeaderClassName
{
color: #B131D5;
}
.AnyTagClassName
{
color: #B131D5;
}
</style>
background-color css
<style>
a { background-color: #B131D5; }
a { background-color: rgb(177,49,213); }
div.DivClassName
{
background-color: #B131D5;
}
.BgClassName
{
background-color: #B131D5;
}
</style>
border-color css
<style>
span { border-color: #B131D5; }
span { border-color: rgb(177,49,213); }
td.TdClassName
{
border-color: #B131D5;
}
.TagClassName
{
border-color: #B131D5;
}
</style>