Shades of Dark Orchid #B926DE
Tints of Dark Orchid #B926DE
RGB
CMYK
RGB Variations
Color information
#B926DE (or 0xB926DE) is known color: Dark Orchid. HEX triplet: B9, 26 and DE. RGB value is (185,38,222). Sum of RGB (Red+Green+Blue) = 185+38+222=445 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.57% from 445); Green value is 38 (15.23% from 255 or 8.54% from 445); Blue value is 222 (87.11% from 255 or 49.89% from 445); Max value from RGB is 222 - color contains mainly: blue. Hex color #B926DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B926DE is #46D921. Grayscale: #666666. Windows color (decimal): -4643106 or 14558905. OLE color: 14558905.
HSL color Cylindrical-coordinate representation of color #B926DE: hue angle of 287.93º degrees, saturation: 0.74, 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 #B926DE is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 38 | 222 | - |
| CMYK | 0.17 | 0.83 | 0 | 0.13 |
| HSL | 287.93º | 0.74% | 0.51% | - |
| HSV(B) | 287.93º | 0.83% | 0.87% | - |
| XYZ | 33.89 | 16.97 | 70.6 | - |
| YUV | 102.93 | 195.2 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 38 | 222 | 0.17 | 0.83 | 0 | 0.13 | 287.93 | 0.74 | 0.51 |
| Hex | B9 | 26 | DE | 11 | 53 | 0 | D | 120 | 4A | 33 |
| Octal | 271 | 46 | 336 | 21 | 123 | 0 | 15 | 440 | 112 | 63 |
| Binary | 10111001 | 100110 | 11011110 | 10001 | 1010011 | 0 | 1101 | 100100000 | 1001010 | 110011 |
Color Harmonies of #B926DE
Complementary color
Monochromatic Colors of #B926DE
Black with #B926DE
Text Example
Text Example
White with #B926DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B926DE; }
p { color: rgb(185,38,222); }
H1.HeaderClassName
{
color: #B926DE;
}
.AnyTagClassName
{
color: #B926DE;
}
</style>
background-color css
<style>
a { background-color: #B926DE; }
a { background-color: rgb(185,38,222); }
div.DivClassName
{
background-color: #B926DE;
}
.BgClassName
{
background-color: #B926DE;
}
</style>
border-color css
<style>
span { border-color: #B926DE; }
span { border-color: rgb(185,38,222); }
td.TdClassName
{
border-color: #B926DE;
}
.TagClassName
{
border-color: #B926DE;
}
</style>