Shades of Dark Orchid #B726D8
Tints of Dark Orchid #B726D8
RGB
CMYK
RGB Variations
Color information
#B726D8 (or 0xB726D8) is known color: Dark Orchid. HEX triplet: B7, 26 and D8. RGB value is (183,38,216). Sum of RGB (Red+Green+Blue) = 183+38+216=437 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.88% from 437); Green value is 38 (15.23% from 255 or 8.70% from 437); Blue value is 216 (84.77% from 255 or 49.43% from 437); Max value from RGB is 216 - color contains mainly: blue. Hex color #B726D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B726D8 is #48D927. Grayscale: #656565. Windows color (decimal): -4774184 or 14165687. OLE color: 14165687.
HSL color Cylindrical-coordinate representation of color #B726D8: hue angle of 288.88º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B726D8 is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 38 | 216 | - |
| CMYK | 0.15 | 0.82 | 0 | 0.15 |
| HSL | 288.88º | 0.7% | 0.5% | - |
| HSV(B) | 288.88º | 0.82% | 0.85% | - |
| XYZ | 32.62 | 16.41 | 66.41 | - |
| YUV | 101.65 | 192.54 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 38 | 216 | 0.15 | 0.82 | 0 | 0.15 | 288.88 | 0.7 | 0.5 |
| Hex | B7 | 26 | D8 | F | 52 | 0 | F | 121 | 46 | 32 |
| Octal | 267 | 46 | 330 | 17 | 122 | 0 | 17 | 441 | 106 | 62 |
| Binary | 10110111 | 100110 | 11011000 | 1111 | 1010010 | 0 | 1111 | 100100001 | 1000110 | 110010 |
Color Harmonies of #B726D8
Complementary color
Monochromatic Colors of #B726D8
Black with #B726D8
Text Example
Text Example
White with #B726D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B726D8; }
p { color: rgb(183,38,216); }
H1.HeaderClassName
{
color: #B726D8;
}
.AnyTagClassName
{
color: #B726D8;
}
</style>
background-color css
<style>
a { background-color: #B726D8; }
a { background-color: rgb(183,38,216); }
div.DivClassName
{
background-color: #B726D8;
}
.BgClassName
{
background-color: #B726D8;
}
</style>
border-color css
<style>
span { border-color: #B726D8; }
span { border-color: rgb(183,38,216); }
td.TdClassName
{
border-color: #B726D8;
}
.TagClassName
{
border-color: #B726D8;
}
</style>