Shades of Dark Orchid #B726DC
Tints of Dark Orchid #B726DC
RGB
CMYK
RGB Variations
Color information
#B726DC (or 0xB726DC) is known color: Dark Orchid. HEX triplet: B7, 26 and DC. RGB value is (183,38,220). Sum of RGB (Red+Green+Blue) = 183+38+220=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 38 (15.23% from 255 or 8.62% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #B726DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B726DC is #48D923. Grayscale: #656565. Windows color (decimal): -4774180 or 14427831. OLE color: 14427831.
HSL color Cylindrical-coordinate representation of color #B726DC: hue angle of 287.8º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B726DC is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 38 | 220 | - |
| CMYK | 0.17 | 0.83 | 0 | 0.14 |
| HSL | 287.8º | 0.72% | 0.51% | - |
| HSV(B) | 287.8º | 0.83% | 0.86% | - |
| XYZ | 33.14 | 16.62 | 69.17 | - |
| YUV | 102.1 | 194.54 | 185.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 38 | 220 | 0.17 | 0.83 | 0 | 0.14 | 287.8 | 0.72 | 0.51 |
| Hex | B7 | 26 | DC | 11 | 53 | 0 | E | 120 | 48 | 33 |
| Octal | 267 | 46 | 334 | 21 | 123 | 0 | 16 | 440 | 110 | 63 |
| Binary | 10110111 | 100110 | 11011100 | 10001 | 1010011 | 0 | 1110 | 100100000 | 1001000 | 110011 |
Color Harmonies of #B726DC
Complementary color
Monochromatic Colors of #B726DC
Black with #B726DC
Text Example
Text Example
White with #B726DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B726DC; }
p { color: rgb(183,38,220); }
H1.HeaderClassName
{
color: #B726DC;
}
.AnyTagClassName
{
color: #B726DC;
}
</style>
background-color css
<style>
a { background-color: #B726DC; }
a { background-color: rgb(183,38,220); }
div.DivClassName
{
background-color: #B726DC;
}
.BgClassName
{
background-color: #B726DC;
}
</style>
border-color css
<style>
span { border-color: #B726DC; }
span { border-color: rgb(183,38,220); }
td.TdClassName
{
border-color: #B726DC;
}
.TagClassName
{
border-color: #B726DC;
}
</style>