Shades of Dark Orchid #B726C1
Tints of Dark Orchid #B726C1
RGB
CMYK
RGB Variations
Color information
#B726C1 (or 0xB726C1) is known color: Dark Orchid. HEX triplet: B7, 26 and C1. RGB value is (183,38,193). Sum of RGB (Red+Green+Blue) = 183+38+193=414 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.20% from 414); Green value is 38 (15.23% from 255 or 9.18% from 414); Blue value is 193 (75.78% from 255 or 46.62% from 414); Max value from RGB is 193 - color contains mainly: blue. Hex color #B726C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B726C1 is #48D93E. Grayscale: #626262. Windows color (decimal): -4774207 or 12658359. OLE color: 12658359.
HSL color Cylindrical-coordinate representation of color #B726C1: hue angle of 296.13º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B726C1 is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 38 | 193 | - |
| CMYK | 0.05 | 0.80 | 0 | 0.24 |
| HSL | 296.13º | 0.67% | 0.45% | - |
| HSV(B) | 296.13º | 0.8% | 0.76% | - |
| XYZ | 29.85 | 15.3 | 51.83 | - |
| YUV | 99.03 | 181.04 | 187.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 38 | 193 | 0.05 | 0.80 | 0 | 0.24 | 296.13 | 0.67 | 0.45 |
| Hex | B7 | 26 | C1 | 5 | 50 | 0 | 18 | 128 | 43 | 2D |
| Octal | 267 | 46 | 301 | 5 | 120 | 0 | 30 | 450 | 103 | 55 |
| Binary | 10110111 | 100110 | 11000001 | 101 | 1010000 | 0 | 11000 | 100101000 | 1000011 | 101101 |
Color Harmonies of #B726C1
Complementary color
Monochromatic Colors of #B726C1
Black with #B726C1
Text Example
Text Example
White with #B726C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B726C1; }
p { color: rgb(183,38,193); }
H1.HeaderClassName
{
color: #B726C1;
}
.AnyTagClassName
{
color: #B726C1;
}
</style>
background-color css
<style>
a { background-color: #B726C1; }
a { background-color: rgb(183,38,193); }
div.DivClassName
{
background-color: #B726C1;
}
.BgClassName
{
background-color: #B726C1;
}
</style>
border-color css
<style>
span { border-color: #B726C1; }
span { border-color: rgb(183,38,193); }
td.TdClassName
{
border-color: #B726C1;
}
.TagClassName
{
border-color: #B726C1;
}
</style>