Shades of Dark Orchid #B831E6
Tints of Dark Orchid #B831E6
RGB
CMYK
RGB Variations
Color information
#B831E6 (or 0xB831E6) is known color: Dark Orchid. HEX triplet: B8, 31 and E6. RGB value is (184,49,230). Sum of RGB (Red+Green+Blue) = 184+49+230=463 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.74% from 463); Green value is 49 (19.53% from 255 or 10.58% from 463); Blue value is 230 (90.23% from 255 or 49.68% from 463); Max value from RGB is 230 - color contains mainly: blue. Hex color #B831E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B831E6 is #47CE19. Grayscale: #6D6D6D. Windows color (decimal): -4705818 or 15086008. OLE color: 15086008.
HSL color Cylindrical-coordinate representation of color #B831E6: hue angle of 284.75º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B831E6 is Cyan = 0.2, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 184 | 49 | 230 | - |
| CMYK | 0.2 | 0.79 | 0 | 0.10 |
| HSL | 284.75º | 0.78% | 0.55% | - |
| HSV(B) | 284.75º | 0.79% | 0.9% | - |
| XYZ | 35.15 | 18.1 | 76.5 | - |
| YUV | 110 | 195.73 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 49 | 230 | 0.2 | 0.79 | 0 | 0.10 | 284.75 | 0.78 | 0.55 |
| Hex | B8 | 31 | E6 | 14 | 4F | 0 | A | 11D | 4E | 37 |
| Octal | 270 | 61 | 346 | 24 | 117 | 0 | 12 | 435 | 116 | 67 |
| Binary | 10111000 | 110001 | 11100110 | 10100 | 1001111 | 0 | 1010 | 100011101 | 1001110 | 110111 |
Color Harmonies of #B831E6
Complementary color
Monochromatic Colors of #B831E6
Black with #B831E6
Text Example
Text Example
White with #B831E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B831E6; }
p { color: rgb(184,49,230); }
H1.HeaderClassName
{
color: #B831E6;
}
.AnyTagClassName
{
color: #B831E6;
}
</style>
background-color css
<style>
a { background-color: #B831E6; }
a { background-color: rgb(184,49,230); }
div.DivClassName
{
background-color: #B831E6;
}
.BgClassName
{
background-color: #B831E6;
}
</style>
border-color css
<style>
span { border-color: #B831E6; }
span { border-color: rgb(184,49,230); }
td.TdClassName
{
border-color: #B831E6;
}
.TagClassName
{
border-color: #B831E6;
}
</style>