Shades of Dark Orchid #B726DB
Tints of Dark Orchid #B726DB
RGB
CMYK
RGB Variations
Color information
#B726DB (or 0xB726DB) is known color: Dark Orchid. HEX triplet: B7, 26 and DB. RGB value is (183,38,219). Sum of RGB (Red+Green+Blue) = 183+38+219=440 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.59% from 440); Green value is 38 (15.23% from 255 or 8.64% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #B726DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B726DB is #48D924. Grayscale: #656565. Windows color (decimal): -4774181 or 14362295. OLE color: 14362295.
HSL color Cylindrical-coordinate representation of color #B726DB: hue angle of 288.07º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B726DB is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 38 | 219 | - |
| CMYK | 0.16 | 0.83 | 0 | 0.14 |
| HSL | 288.07º | 0.72% | 0.5% | - |
| HSV(B) | 288.07º | 0.83% | 0.86% | - |
| XYZ | 33.01 | 16.57 | 68.48 | - |
| YUV | 101.99 | 194.04 | 185.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 38 | 219 | 0.16 | 0.83 | 0 | 0.14 | 288.07 | 0.72 | 0.5 |
| Hex | B7 | 26 | DB | 10 | 53 | 0 | E | 120 | 48 | 32 |
| Octal | 267 | 46 | 333 | 20 | 123 | 0 | 16 | 440 | 110 | 62 |
| Binary | 10110111 | 100110 | 11011011 | 10000 | 1010011 | 0 | 1110 | 100100000 | 1001000 | 110010 |
Color Harmonies of #B726DB
Complementary color
Monochromatic Colors of #B726DB
Black with #B726DB
Text Example
Text Example
White with #B726DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B726DB; }
p { color: rgb(183,38,219); }
H1.HeaderClassName
{
color: #B726DB;
}
.AnyTagClassName
{
color: #B726DB;
}
</style>
background-color css
<style>
a { background-color: #B726DB; }
a { background-color: rgb(183,38,219); }
div.DivClassName
{
background-color: #B726DB;
}
.BgClassName
{
background-color: #B726DB;
}
</style>
border-color css
<style>
span { border-color: #B726DB; }
span { border-color: rgb(183,38,219); }
td.TdClassName
{
border-color: #B726DB;
}
.TagClassName
{
border-color: #B726DB;
}
</style>