Shades of Dark Orchid #B831C8
Tints of Dark Orchid #B831C8
RGB
CMYK
RGB Variations
Color information
#B831C8 (or 0xB831C8) is known color: Dark Orchid. HEX triplet: B8, 31 and C8. RGB value is (184,49,200). Sum of RGB (Red+Green+Blue) = 184+49+200=433 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.49% from 433); Green value is 49 (19.53% from 255 or 11.32% from 433); Blue value is 200 (78.52% from 255 or 46.19% from 433); Max value from RGB is 200 - color contains mainly: blue. Hex color #B831C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B831C8 is #47CE37. Grayscale: #6A6A6A. Windows color (decimal): -4705848 or 13119928. OLE color: 13119928.
HSL color Cylindrical-coordinate representation of color #B831C8: hue angle of 293.64º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B831C8 is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 184 | 49 | 200 | - |
| CMYK | 0.08 | 0.76 | 0 | 0.22 |
| HSL | 293.64º | 0.61% | 0.49% | - |
| HSV(B) | 293.64º | 0.76% | 0.78% | - |
| XYZ | 31.29 | 16.56 | 56.19 | - |
| YUV | 106.58 | 180.73 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 49 | 200 | 0.08 | 0.76 | 0 | 0.22 | 293.64 | 0.61 | 0.49 |
| Hex | B8 | 31 | C8 | 8 | 4C | 0 | 16 | 126 | 3D | 31 |
| Octal | 270 | 61 | 310 | 10 | 114 | 0 | 26 | 446 | 75 | 61 |
| Binary | 10111000 | 110001 | 11001000 | 1000 | 1001100 | 0 | 10110 | 100100110 | 111101 | 110001 |
Color Harmonies of #B831C8
Complementary color
Monochromatic Colors of #B831C8
Black with #B831C8
Text Example
Text Example
White with #B831C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B831C8; }
p { color: rgb(184,49,200); }
H1.HeaderClassName
{
color: #B831C8;
}
.AnyTagClassName
{
color: #B831C8;
}
</style>
background-color css
<style>
a { background-color: #B831C8; }
a { background-color: rgb(184,49,200); }
div.DivClassName
{
background-color: #B831C8;
}
.BgClassName
{
background-color: #B831C8;
}
</style>
border-color css
<style>
span { border-color: #B831C8; }
span { border-color: rgb(184,49,200); }
td.TdClassName
{
border-color: #B831C8;
}
.TagClassName
{
border-color: #B831C8;
}
</style>