Shades of Dark Orchid #B831D6
Tints of Dark Orchid #B831D6
RGB
CMYK
RGB Variations
Color information
#B831D6 (or 0xB831D6) is known color: Dark Orchid. HEX triplet: B8, 31 and D6. RGB value is (184,49,214). Sum of RGB (Red+Green+Blue) = 184+49+214=447 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.16% from 447); Green value is 49 (19.53% from 255 or 10.96% from 447); Blue value is 214 (83.98% from 255 or 47.87% from 447); Max value from RGB is 214 - color contains mainly: blue. Hex color #B831D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B831D6 is #47CE29. Grayscale: #6B6B6B. Windows color (decimal): -4705834 or 14037432. OLE color: 14037432.
HSL color Cylindrical-coordinate representation of color #B831D6: hue angle of 289.09º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B831D6 is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 49 | 214 | - |
| CMYK | 0.14 | 0.77 | 0 | 0.16 |
| HSL | 289.09º | 0.67% | 0.52% | - |
| HSV(B) | 289.09º | 0.77% | 0.84% | - |
| XYZ | 33 | 17.24 | 65.21 | - |
| YUV | 108.18 | 187.73 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 49 | 214 | 0.14 | 0.77 | 0 | 0.16 | 289.09 | 0.67 | 0.52 |
| Hex | B8 | 31 | D6 | E | 4D | 0 | 10 | 121 | 43 | 34 |
| Octal | 270 | 61 | 326 | 16 | 115 | 0 | 20 | 441 | 103 | 64 |
| Binary | 10111000 | 110001 | 11010110 | 1110 | 1001101 | 0 | 10000 | 100100001 | 1000011 | 110100 |
Color Harmonies of #B831D6
Complementary color
Monochromatic Colors of #B831D6
Black with #B831D6
Text Example
Text Example
White with #B831D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B831D6; }
p { color: rgb(184,49,214); }
H1.HeaderClassName
{
color: #B831D6;
}
.AnyTagClassName
{
color: #B831D6;
}
</style>
background-color css
<style>
a { background-color: #B831D6; }
a { background-color: rgb(184,49,214); }
div.DivClassName
{
background-color: #B831D6;
}
.BgClassName
{
background-color: #B831D6;
}
</style>
border-color css
<style>
span { border-color: #B831D6; }
span { border-color: rgb(184,49,214); }
td.TdClassName
{
border-color: #B831D6;
}
.TagClassName
{
border-color: #B831D6;
}
</style>