Shades of Dark Orchid #B926DF
Tints of Dark Orchid #B926DF
RGB
CMYK
RGB Variations
Color information
#B926DF (or 0xB926DF) is known color: Dark Orchid. HEX triplet: B9, 26 and DF. RGB value is (185,38,223). Sum of RGB (Red+Green+Blue) = 185+38+223=446 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.48% from 446); Green value is 38 (15.23% from 255 or 8.52% from 446); Blue value is 223 (87.5% from 255 or 50% from 446); Max value from RGB is 223 - color contains mainly: blue. Hex color #B926DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B926DF is #46D920. Grayscale: #666666. Windows color (decimal): -4643105 or 14624441. OLE color: 14624441.
HSL color Cylindrical-coordinate representation of color #B926DF: hue angle of 287.68º 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 #B926DF is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 38 | 223 | - |
| CMYK | 0.17 | 0.83 | 0 | 0.13 |
| HSL | 287.68º | 0.74% | 0.51% | - |
| HSV(B) | 287.68º | 0.83% | 0.87% | - |
| XYZ | 34.02 | 17.03 | 71.31 | - |
| YUV | 103.04 | 195.7 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 38 | 223 | 0.17 | 0.83 | 0 | 0.13 | 287.68 | 0.74 | 0.51 |
| Hex | B9 | 26 | DF | 11 | 53 | 0 | D | 120 | 4A | 33 |
| Octal | 271 | 46 | 337 | 21 | 123 | 0 | 15 | 440 | 112 | 63 |
| Binary | 10111001 | 100110 | 11011111 | 10001 | 1010011 | 0 | 1101 | 100100000 | 1001010 | 110011 |
Color Harmonies of #B926DF
Complementary color
Monochromatic Colors of #B926DF
Black with #B926DF
Text Example
Text Example
White with #B926DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B926DF; }
p { color: rgb(185,38,223); }
H1.HeaderClassName
{
color: #B926DF;
}
.AnyTagClassName
{
color: #B926DF;
}
</style>
background-color css
<style>
a { background-color: #B926DF; }
a { background-color: rgb(185,38,223); }
div.DivClassName
{
background-color: #B926DF;
}
.BgClassName
{
background-color: #B926DF;
}
</style>
border-color css
<style>
span { border-color: #B926DF; }
span { border-color: rgb(185,38,223); }
td.TdClassName
{
border-color: #B926DF;
}
.TagClassName
{
border-color: #B926DF;
}
</style>