Shades of Dark Orchid #B231D9
Tints of Dark Orchid #B231D9
RGB
CMYK
RGB Variations
Color information
#B231D9 (or 0xB231D9) is known color: Dark Orchid. HEX triplet: B2, 31 and D9. RGB value is (178,49,217). Sum of RGB (Red+Green+Blue) = 178+49+217=444 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.09% from 444); Green value is 49 (19.53% from 255 or 11.04% from 444); Blue value is 217 (85.16% from 255 or 48.87% from 444); Max value from RGB is 217 - color contains mainly: blue. Hex color #B231D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B231D9 is #4DCE26. Grayscale: #6A6A6A. Windows color (decimal): -5099047 or 14234034. OLE color: 14234034.
HSL color Cylindrical-coordinate representation of color #B231D9: hue angle of 286.07º 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 #B231D9 is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 49 | 217 | - |
| CMYK | 0.18 | 0.77 | 0 | 0.15 |
| HSL | 286.07º | 0.69% | 0.52% | - |
| HSV(B) | 286.07º | 0.77% | 0.85% | - |
| XYZ | 31.98 | 16.67 | 67.18 | - |
| YUV | 106.72 | 190.24 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 49 | 217 | 0.18 | 0.77 | 0 | 0.15 | 286.07 | 0.69 | 0.52 |
| Hex | B2 | 31 | D9 | 12 | 4D | 0 | F | 11E | 45 | 34 |
| Octal | 262 | 61 | 331 | 22 | 115 | 0 | 17 | 436 | 105 | 64 |
| Binary | 10110010 | 110001 | 11011001 | 10010 | 1001101 | 0 | 1111 | 100011110 | 1000101 | 110100 |
Color Harmonies of #B231D9
Complementary color
Monochromatic Colors of #B231D9
Black with #B231D9
Text Example
Text Example
White with #B231D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B231D9; }
p { color: rgb(178,49,217); }
H1.HeaderClassName
{
color: #B231D9;
}
.AnyTagClassName
{
color: #B231D9;
}
</style>
background-color css
<style>
a { background-color: #B231D9; }
a { background-color: rgb(178,49,217); }
div.DivClassName
{
background-color: #B231D9;
}
.BgClassName
{
background-color: #B231D9;
}
</style>
border-color css
<style>
span { border-color: #B231D9; }
span { border-color: rgb(178,49,217); }
td.TdClassName
{
border-color: #B231D9;
}
.TagClassName
{
border-color: #B231D9;
}
</style>