Shades of Dark Orchid #B91FDC
Tints of Dark Orchid #B91FDC
RGB
CMYK
RGB Variations
Color information
#B91FDC (or 0xB91FDC) is known color: Dark Orchid. HEX triplet: B9, 1F and DC. RGB value is (185,31,220). Sum of RGB (Red+Green+Blue) = 185+31+220=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 31 (12.5% from 255 or 7.11% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #B91FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B91FDC is #46E023. Grayscale: #616161. Windows color (decimal): -4644900 or 14426041. OLE color: 14426041.
HSL color Cylindrical-coordinate representation of color #B91FDC: hue angle of 288.89º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B91FDC is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 31 | 220 | - |
| CMYK | 0.16 | 0.86 | 0 | 0.14 |
| HSL | 288.89º | 0.75% | 0.49% | - |
| HSV(B) | 288.89º | 0.86% | 0.86% | - |
| XYZ | 33.42 | 16.46 | 69.13 | - |
| YUV | 98.59 | 196.52 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 31 | 220 | 0.16 | 0.86 | 0 | 0.14 | 288.89 | 0.75 | 0.49 |
| Hex | B9 | 1F | DC | 10 | 56 | 0 | E | 121 | 4B | 31 |
| Octal | 271 | 37 | 334 | 20 | 126 | 0 | 16 | 441 | 113 | 61 |
| Binary | 10111001 | 11111 | 11011100 | 10000 | 1010110 | 0 | 1110 | 100100001 | 1001011 | 110001 |
Color Harmonies of #B91FDC
Complementary color
Monochromatic Colors of #B91FDC
Black with #B91FDC
Text Example
Text Example
White with #B91FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91FDC; }
p { color: rgb(185,31,220); }
H1.HeaderClassName
{
color: #B91FDC;
}
.AnyTagClassName
{
color: #B91FDC;
}
</style>
background-color css
<style>
a { background-color: #B91FDC; }
a { background-color: rgb(185,31,220); }
div.DivClassName
{
background-color: #B91FDC;
}
.BgClassName
{
background-color: #B91FDC;
}
</style>
border-color css
<style>
span { border-color: #B91FDC; }
span { border-color: rgb(185,31,220); }
td.TdClassName
{
border-color: #B91FDC;
}
.TagClassName
{
border-color: #B91FDC;
}
</style>