Shades of Dark Orchid #B726DE
Tints of Dark Orchid #B726DE
RGB
CMYK
RGB Variations
Color information
#B726DE (or 0xB726DE) is known color: Dark Orchid. HEX triplet: B7, 26 and DE. RGB value is (183,38,222). Sum of RGB (Red+Green+Blue) = 183+38+222=443 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.31% from 443); Green value is 38 (15.23% from 255 or 8.58% from 443); Blue value is 222 (87.11% from 255 or 50.11% from 443); Max value from RGB is 222 - color contains mainly: blue. Hex color #B726DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B726DE is #48D921. Grayscale: #656565. Windows color (decimal): -4774178 or 14558903. OLE color: 14558903.
HSL color Cylindrical-coordinate representation of color #B726DE: hue angle of 287.28º 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 #B726DE is Cyan = 0.18, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 38 | 222 | - |
| CMYK | 0.18 | 0.83 | 0 | 0.13 |
| HSL | 287.28º | 0.74% | 0.51% | - |
| HSV(B) | 287.28º | 0.83% | 0.87% | - |
| XYZ | 33.41 | 16.73 | 70.58 | - |
| YUV | 102.33 | 195.54 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 38 | 222 | 0.18 | 0.83 | 0 | 0.13 | 287.28 | 0.74 | 0.51 |
| Hex | B7 | 26 | DE | 12 | 53 | 0 | D | 11F | 4A | 33 |
| Octal | 267 | 46 | 336 | 22 | 123 | 0 | 15 | 437 | 112 | 63 |
| Binary | 10110111 | 100110 | 11011110 | 10010 | 1010011 | 0 | 1101 | 100011111 | 1001010 | 110011 |
Color Harmonies of #B726DE
Complementary color
Monochromatic Colors of #B726DE
Black with #B726DE
Text Example
Text Example
White with #B726DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B726DE; }
p { color: rgb(183,38,222); }
H1.HeaderClassName
{
color: #B726DE;
}
.AnyTagClassName
{
color: #B726DE;
}
</style>
background-color css
<style>
a { background-color: #B726DE; }
a { background-color: rgb(183,38,222); }
div.DivClassName
{
background-color: #B726DE;
}
.BgClassName
{
background-color: #B726DE;
}
</style>
border-color css
<style>
span { border-color: #B726DE; }
span { border-color: rgb(183,38,222); }
td.TdClassName
{
border-color: #B726DE;
}
.TagClassName
{
border-color: #B726DE;
}
</style>