Shades of Dark Orchid #B831CF
Tints of Dark Orchid #B831CF
RGB
CMYK
RGB Variations
Color information
#B831CF (or 0xB831CF) is known color: Dark Orchid. HEX triplet: B8, 31 and CF. RGB value is (184,49,207). Sum of RGB (Red+Green+Blue) = 184+49+207=440 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.82% from 440); Green value is 49 (19.53% from 255 or 11.14% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 207 - color contains mainly: blue. Hex color #B831CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B831CF is #47CE30. Grayscale: #6A6A6A. Windows color (decimal): -4705841 or 13578680. OLE color: 13578680.
HSL color Cylindrical-coordinate representation of color #B831CF: hue angle of 291.27º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B831CF is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 49 | 207 | - |
| CMYK | 0.11 | 0.76 | 0 | 0.19 |
| HSL | 291.27º | 0.62% | 0.5% | - |
| HSV(B) | 291.27º | 0.76% | 0.81% | - |
| XYZ | 32.13 | 16.89 | 60.6 | - |
| YUV | 107.38 | 184.23 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 49 | 207 | 0.11 | 0.76 | 0 | 0.19 | 291.27 | 0.62 | 0.5 |
| Hex | B8 | 31 | CF | B | 4C | 0 | 13 | 123 | 3E | 32 |
| Octal | 270 | 61 | 317 | 13 | 114 | 0 | 23 | 443 | 76 | 62 |
| Binary | 10111000 | 110001 | 11001111 | 1011 | 1001100 | 0 | 10011 | 100100011 | 111110 | 110010 |
Color Harmonies of #B831CF
Complementary color
Monochromatic Colors of #B831CF
Black with #B831CF
Text Example
Text Example
White with #B831CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B831CF; }
p { color: rgb(184,49,207); }
H1.HeaderClassName
{
color: #B831CF;
}
.AnyTagClassName
{
color: #B831CF;
}
</style>
background-color css
<style>
a { background-color: #B831CF; }
a { background-color: rgb(184,49,207); }
div.DivClassName
{
background-color: #B831CF;
}
.BgClassName
{
background-color: #B831CF;
}
</style>
border-color css
<style>
span { border-color: #B831CF; }
span { border-color: rgb(184,49,207); }
td.TdClassName
{
border-color: #B831CF;
}
.TagClassName
{
border-color: #B831CF;
}
</style>