Shades of Dark Orchid #B726BE
Tints of Dark Orchid #B726BE
RGB
CMYK
RGB Variations
Color information
#B726BE (or 0xB726BE) is known color: Dark Orchid. HEX triplet: B7, 26 and BE. RGB value is (183,38,190). Sum of RGB (Red+Green+Blue) = 183+38+190=411 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.53% from 411); Green value is 38 (15.23% from 255 or 9.25% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 190 - color contains mainly: blue. Hex color #B726BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B726BE is #48D941. Grayscale: #626262. Windows color (decimal): -4774210 or 12461751. OLE color: 12461751.
HSL color Cylindrical-coordinate representation of color #B726BE: hue angle of 297.24º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B726BE is Cyan = 0.04, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 183 | 38 | 190 | - |
| CMYK | 0.04 | 0.8 | 0 | 0.25 |
| HSL | 297.24º | 0.67% | 0.45% | - |
| HSV(B) | 297.24º | 0.8% | 0.75% | - |
| XYZ | 29.52 | 15.17 | 50.09 | - |
| YUV | 98.68 | 179.54 | 188.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 38 | 190 | 0.04 | 0.8 | 0 | 0.25 | 297.24 | 0.67 | 0.45 |
| Hex | B7 | 26 | BE | 4 | 50 | 0 | 19 | 129 | 43 | 2D |
| Octal | 267 | 46 | 276 | 4 | 120 | 0 | 31 | 451 | 103 | 55 |
| Binary | 10110111 | 100110 | 10111110 | 100 | 1010000 | 0 | 11001 | 100101001 | 1000011 | 101101 |
Color Harmonies of #B726BE
Complementary color
Monochromatic Colors of #B726BE
Black with #B726BE
Text Example
Text Example
White with #B726BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B726BE; }
p { color: rgb(183,38,190); }
H1.HeaderClassName
{
color: #B726BE;
}
.AnyTagClassName
{
color: #B726BE;
}
</style>
background-color css
<style>
a { background-color: #B726BE; }
a { background-color: rgb(183,38,190); }
div.DivClassName
{
background-color: #B726BE;
}
.BgClassName
{
background-color: #B726BE;
}
</style>
border-color css
<style>
span { border-color: #B726BE; }
span { border-color: rgb(183,38,190); }
td.TdClassName
{
border-color: #B726BE;
}
.TagClassName
{
border-color: #B726BE;
}
</style>