Shades of Dark Orchid #B831E0
Tints of Dark Orchid #B831E0
RGB
CMYK
RGB Variations
Color information
#B831E0 (or 0xB831E0) is known color: Dark Orchid. HEX triplet: B8, 31 and E0. RGB value is (184,49,224). Sum of RGB (Red+Green+Blue) = 184+49+224=457 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.26% from 457); Green value is 49 (19.53% from 255 or 10.72% from 457); Blue value is 224 (87.89% from 255 or 49.02% from 457); Max value from RGB is 224 - color contains mainly: blue. Hex color #B831E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B831E0 is #47CE1F. Grayscale: #6C6C6C. Windows color (decimal): -4705824 or 14692792. OLE color: 14692792.
HSL color Cylindrical-coordinate representation of color #B831E0: hue angle of 286.29º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B831E0 is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 184 | 49 | 224 | - |
| CMYK | 0.18 | 0.78 | 0 | 0.12 |
| HSL | 286.29º | 0.74% | 0.54% | - |
| HSV(B) | 286.29º | 0.78% | 0.88% | - |
| XYZ | 34.32 | 17.77 | 72.14 | - |
| YUV | 109.32 | 192.73 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 49 | 224 | 0.18 | 0.78 | 0 | 0.12 | 286.29 | 0.74 | 0.54 |
| Hex | B8 | 31 | E0 | 12 | 4E | 0 | C | 11E | 4A | 36 |
| Octal | 270 | 61 | 340 | 22 | 116 | 0 | 14 | 436 | 112 | 66 |
| Binary | 10111000 | 110001 | 11100000 | 10010 | 1001110 | 0 | 1100 | 100011110 | 1001010 | 110110 |
Color Harmonies of #B831E0
Complementary color
Monochromatic Colors of #B831E0
Black with #B831E0
Text Example
Text Example
White with #B831E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B831E0; }
p { color: rgb(184,49,224); }
H1.HeaderClassName
{
color: #B831E0;
}
.AnyTagClassName
{
color: #B831E0;
}
</style>
background-color css
<style>
a { background-color: #B831E0; }
a { background-color: rgb(184,49,224); }
div.DivClassName
{
background-color: #B831E0;
}
.BgClassName
{
background-color: #B831E0;
}
</style>
border-color css
<style>
span { border-color: #B831E0; }
span { border-color: rgb(184,49,224); }
td.TdClassName
{
border-color: #B831E0;
}
.TagClassName
{
border-color: #B831E0;
}
</style>