Shades of Dark Orchid #B726D5
Tints of Dark Orchid #B726D5
RGB
CMYK
RGB Variations
Color information
#B726D5 (or 0xB726D5) is known color: Dark Orchid. HEX triplet: B7, 26 and D5. RGB value is (183,38,213). Sum of RGB (Red+Green+Blue) = 183+38+213=434 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.17% from 434); Green value is 38 (15.23% from 255 or 8.76% from 434); Blue value is 213 (83.59% from 255 or 49.08% from 434); Max value from RGB is 213 - color contains mainly: blue. Hex color #B726D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B726D5 is #48D92A. Grayscale: #646464. Windows color (decimal): -4774187 or 13969079. OLE color: 13969079.
HSL color Cylindrical-coordinate representation of color #B726D5: hue angle of 289.71º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B726D5 is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 38 | 213 | - |
| CMYK | 0.14 | 0.82 | 0 | 0.16 |
| HSL | 289.71º | 0.7% | 0.49% | - |
| HSV(B) | 289.71º | 0.82% | 0.84% | - |
| XYZ | 32.23 | 16.26 | 64.39 | - |
| YUV | 101.31 | 191.04 | 186.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 38 | 213 | 0.14 | 0.82 | 0 | 0.16 | 289.71 | 0.7 | 0.49 |
| Hex | B7 | 26 | D5 | E | 52 | 0 | 10 | 122 | 46 | 31 |
| Octal | 267 | 46 | 325 | 16 | 122 | 0 | 20 | 442 | 106 | 61 |
| Binary | 10110111 | 100110 | 11010101 | 1110 | 1010010 | 0 | 10000 | 100100010 | 1000110 | 110001 |
Color Harmonies of #B726D5
Complementary color
Monochromatic Colors of #B726D5
Black with #B726D5
Text Example
Text Example
White with #B726D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B726D5; }
p { color: rgb(183,38,213); }
H1.HeaderClassName
{
color: #B726D5;
}
.AnyTagClassName
{
color: #B726D5;
}
</style>
background-color css
<style>
a { background-color: #B726D5; }
a { background-color: rgb(183,38,213); }
div.DivClassName
{
background-color: #B726D5;
}
.BgClassName
{
background-color: #B726D5;
}
</style>
border-color css
<style>
span { border-color: #B726D5; }
span { border-color: rgb(183,38,213); }
td.TdClassName
{
border-color: #B726D5;
}
.TagClassName
{
border-color: #B726D5;
}
</style>