Shades of Dark Orchid #B931C9
Tints of Dark Orchid #B931C9
RGB
CMYK
RGB Variations
Color information
#B931C9 (or 0xB931C9) is known color: Dark Orchid. HEX triplet: B9, 31 and C9. RGB value is (185,49,201). Sum of RGB (Red+Green+Blue) = 185+49+201=435 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.53% from 435); Green value is 49 (19.53% from 255 or 11.26% from 435); Blue value is 201 (78.91% from 255 or 46.21% from 435); Max value from RGB is 201 - color contains mainly: blue. Hex color #B931C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B931C9 is #46CE36. Grayscale: #6A6A6A. Windows color (decimal): -4640311 or 13185465. OLE color: 13185465.
HSL color Cylindrical-coordinate representation of color #B931C9: hue angle of 293.68º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B931C9 is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 185 | 49 | 201 | - |
| CMYK | 0.08 | 0.76 | 0 | 0.21 |
| HSL | 293.68º | 0.61% | 0.49% | - |
| HSV(B) | 293.68º | 0.76% | 0.79% | - |
| XYZ | 31.65 | 16.73 | 56.82 | - |
| YUV | 106.99 | 181.06 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 49 | 201 | 0.08 | 0.76 | 0 | 0.21 | 293.68 | 0.61 | 0.49 |
| Hex | B9 | 31 | C9 | 8 | 4C | 0 | 15 | 126 | 3D | 31 |
| Octal | 271 | 61 | 311 | 10 | 114 | 0 | 25 | 446 | 75 | 61 |
| Binary | 10111001 | 110001 | 11001001 | 1000 | 1001100 | 0 | 10101 | 100100110 | 111101 | 110001 |
Color Harmonies of #B931C9
Complementary color
Monochromatic Colors of #B931C9
Black with #B931C9
Text Example
Text Example
White with #B931C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B931C9; }
p { color: rgb(185,49,201); }
H1.HeaderClassName
{
color: #B931C9;
}
.AnyTagClassName
{
color: #B931C9;
}
</style>
background-color css
<style>
a { background-color: #B931C9; }
a { background-color: rgb(185,49,201); }
div.DivClassName
{
background-color: #B931C9;
}
.BgClassName
{
background-color: #B931C9;
}
</style>
border-color css
<style>
span { border-color: #B931C9; }
span { border-color: rgb(185,49,201); }
td.TdClassName
{
border-color: #B931C9;
}
.TagClassName
{
border-color: #B931C9;
}
</style>