Shades of Dark Orchid #B926DD
Tints of Dark Orchid #B926DD
RGB
CMYK
RGB Variations
Color information
#B926DD (or 0xB926DD) is known color: Dark Orchid. HEX triplet: B9, 26 and DD. RGB value is (185,38,221). Sum of RGB (Red+Green+Blue) = 185+38+221=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 38 (15.23% from 255 or 8.56% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 221 - color contains mainly: blue. Hex color #B926DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B926DD is #46D922. Grayscale: #666666. Windows color (decimal): -4643107 or 14493369. OLE color: 14493369.
HSL color Cylindrical-coordinate representation of color #B926DD: hue angle of 288.2º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B926DD is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 38 | 221 | - |
| CMYK | 0.16 | 0.83 | 0 | 0.13 |
| HSL | 288.2º | 0.73% | 0.51% | - |
| HSV(B) | 288.2º | 0.83% | 0.87% | - |
| XYZ | 33.75 | 16.92 | 69.89 | - |
| YUV | 102.82 | 194.7 | 186.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 38 | 221 | 0.16 | 0.83 | 0 | 0.13 | 288.2 | 0.73 | 0.51 |
| Hex | B9 | 26 | DD | 10 | 53 | 0 | D | 120 | 49 | 33 |
| Octal | 271 | 46 | 335 | 20 | 123 | 0 | 15 | 440 | 111 | 63 |
| Binary | 10111001 | 100110 | 11011101 | 10000 | 1010011 | 0 | 1101 | 100100000 | 1001001 | 110011 |
Color Harmonies of #B926DD
Complementary color
Monochromatic Colors of #B926DD
Black with #B926DD
Text Example
Text Example
White with #B926DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B926DD; }
p { color: rgb(185,38,221); }
H1.HeaderClassName
{
color: #B926DD;
}
.AnyTagClassName
{
color: #B926DD;
}
</style>
background-color css
<style>
a { background-color: #B926DD; }
a { background-color: rgb(185,38,221); }
div.DivClassName
{
background-color: #B926DD;
}
.BgClassName
{
background-color: #B926DD;
}
</style>
border-color css
<style>
span { border-color: #B926DD; }
span { border-color: rgb(185,38,221); }
td.TdClassName
{
border-color: #B926DD;
}
.TagClassName
{
border-color: #B926DD;
}
</style>