Shades of Dark Orchid #B731D9
Tints of Dark Orchid #B731D9
RGB
CMYK
RGB Variations
Color information
#B731D9 (or 0xB731D9) is known color: Dark Orchid. HEX triplet: B7, 31 and D9. RGB value is (183,49,217). Sum of RGB (Red+Green+Blue) = 183+49+217=449 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.76% from 449); Green value is 49 (19.53% from 255 or 10.91% from 449); Blue value is 217 (85.16% from 255 or 48.33% from 449); Max value from RGB is 217 - color contains mainly: blue. Hex color #B731D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B731D9 is #48CE26. Grayscale: #6B6B6B. Windows color (decimal): -4771367 or 14234039. OLE color: 14234039.
HSL color Cylindrical-coordinate representation of color #B731D9: hue angle of 287.86º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B731D9 is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 49 | 217 | - |
| CMYK | 0.16 | 0.77 | 0 | 0.15 |
| HSL | 287.86º | 0.69% | 0.52% | - |
| HSV(B) | 287.86º | 0.77% | 0.85% | - |
| XYZ | 33.15 | 17.27 | 67.23 | - |
| YUV | 108.22 | 189.39 | 181.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 49 | 217 | 0.16 | 0.77 | 0 | 0.15 | 287.86 | 0.69 | 0.52 |
| Hex | B7 | 31 | D9 | 10 | 4D | 0 | F | 120 | 45 | 34 |
| Octal | 267 | 61 | 331 | 20 | 115 | 0 | 17 | 440 | 105 | 64 |
| Binary | 10110111 | 110001 | 11011001 | 10000 | 1001101 | 0 | 1111 | 100100000 | 1000101 | 110100 |
Color Harmonies of #B731D9
Complementary color
Monochromatic Colors of #B731D9
Black with #B731D9
Text Example
Text Example
White with #B731D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B731D9; }
p { color: rgb(183,49,217); }
H1.HeaderClassName
{
color: #B731D9;
}
.AnyTagClassName
{
color: #B731D9;
}
</style>
background-color css
<style>
a { background-color: #B731D9; }
a { background-color: rgb(183,49,217); }
div.DivClassName
{
background-color: #B731D9;
}
.BgClassName
{
background-color: #B731D9;
}
</style>
border-color css
<style>
span { border-color: #B731D9; }
span { border-color: rgb(183,49,217); }
td.TdClassName
{
border-color: #B731D9;
}
.TagClassName
{
border-color: #B731D9;
}
</style>