Shades of Dark Orchid #B726DF
Tints of Dark Orchid #B726DF
RGB
CMYK
RGB Variations
Color information
#B726DF (or 0xB726DF) is known color: Dark Orchid. HEX triplet: B7, 26 and DF. RGB value is (183,38,223). Sum of RGB (Red+Green+Blue) = 183+38+223=444 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.22% from 444); Green value is 38 (15.23% from 255 or 8.56% from 444); Blue value is 223 (87.5% from 255 or 50.23% from 444); Max value from RGB is 223 - color contains mainly: blue. Hex color #B726DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B726DF is #48D920. Grayscale: #656565. Windows color (decimal): -4774177 or 14624439. OLE color: 14624439.
HSL color Cylindrical-coordinate representation of color #B726DF: hue angle of 287.03º 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 #B726DF is Cyan = 0.18, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 38 | 223 | - |
| CMYK | 0.18 | 0.83 | 0 | 0.13 |
| HSL | 287.03º | 0.74% | 0.51% | - |
| HSV(B) | 287.03º | 0.83% | 0.87% | - |
| XYZ | 33.54 | 16.78 | 71.28 | - |
| YUV | 102.45 | 196.04 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 38 | 223 | 0.18 | 0.83 | 0 | 0.13 | 287.03 | 0.74 | 0.51 |
| Hex | B7 | 26 | DF | 12 | 53 | 0 | D | 11F | 4A | 33 |
| Octal | 267 | 46 | 337 | 22 | 123 | 0 | 15 | 437 | 112 | 63 |
| Binary | 10110111 | 100110 | 11011111 | 10010 | 1010011 | 0 | 1101 | 100011111 | 1001010 | 110011 |
Color Harmonies of #B726DF
Complementary color
Monochromatic Colors of #B726DF
Black with #B726DF
Text Example
Text Example
White with #B726DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B726DF; }
p { color: rgb(183,38,223); }
H1.HeaderClassName
{
color: #B726DF;
}
.AnyTagClassName
{
color: #B726DF;
}
</style>
background-color css
<style>
a { background-color: #B726DF; }
a { background-color: rgb(183,38,223); }
div.DivClassName
{
background-color: #B726DF;
}
.BgClassName
{
background-color: #B726DF;
}
</style>
border-color css
<style>
span { border-color: #B726DF; }
span { border-color: rgb(183,38,223); }
td.TdClassName
{
border-color: #B726DF;
}
.TagClassName
{
border-color: #B726DF;
}
</style>