Shades of Dark Orchid #B131DD
Tints of Dark Orchid #B131DD
RGB
CMYK
RGB Variations
Color information
#B131DD (or 0xB131DD) is known color: Dark Orchid. HEX triplet: B1, 31 and DD. RGB value is (177,49,221). Sum of RGB (Red+Green+Blue) = 177+49+221=447 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.60% from 447); Green value is 49 (19.53% from 255 or 10.96% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 221 - color contains mainly: blue. Hex color #B131DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B131DD is #4ECE22. Grayscale: #6A6A6A. Windows color (decimal): -5164579 or 14496177. OLE color: 14496177.
HSL color Cylindrical-coordinate representation of color #B131DD: hue angle of 284.65º degrees, saturation: 0.72, 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 #B131DD is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 49 | 221 | - |
| CMYK | 0.20 | 0.78 | 0 | 0.13 |
| HSL | 284.65º | 0.72% | 0.53% | - |
| HSV(B) | 284.65º | 0.78% | 0.87% | - |
| XYZ | 32.28 | 16.76 | 69.94 | - |
| YUV | 106.88 | 192.41 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 49 | 221 | 0.20 | 0.78 | 0 | 0.13 | 284.65 | 0.72 | 0.53 |
| Hex | B1 | 31 | DD | 14 | 4E | 0 | D | 11D | 48 | 35 |
| Octal | 261 | 61 | 335 | 24 | 116 | 0 | 15 | 435 | 110 | 65 |
| Binary | 10110001 | 110001 | 11011101 | 10100 | 1001110 | 0 | 1101 | 100011101 | 1001000 | 110101 |
Color Harmonies of #B131DD
Complementary color
Monochromatic Colors of #B131DD
Black with #B131DD
Text Example
Text Example
White with #B131DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B131DD; }
p { color: rgb(177,49,221); }
H1.HeaderClassName
{
color: #B131DD;
}
.AnyTagClassName
{
color: #B131DD;
}
</style>
background-color css
<style>
a { background-color: #B131DD; }
a { background-color: rgb(177,49,221); }
div.DivClassName
{
background-color: #B131DD;
}
.BgClassName
{
background-color: #B131DD;
}
</style>
border-color css
<style>
span { border-color: #B131DD; }
span { border-color: rgb(177,49,221); }
td.TdClassName
{
border-color: #B131DD;
}
.TagClassName
{
border-color: #B131DD;
}
</style>