Shades of Dark Orchid #B726C2
Tints of Dark Orchid #B726C2
RGB
CMYK
RGB Variations
Color information
#B726C2 (or 0xB726C2) is known color: Dark Orchid. HEX triplet: B7, 26 and C2. RGB value is (183,38,194). Sum of RGB (Red+Green+Blue) = 183+38+194=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 38 (15.23% from 255 or 9.16% from 415); Blue value is 194 (76.17% from 255 or 46.75% from 415); Max value from RGB is 194 - color contains mainly: blue. Hex color #B726C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B726C2 is #48D93D. Grayscale: #626262. Windows color (decimal): -4774206 or 12723895. OLE color: 12723895.
HSL color Cylindrical-coordinate representation of color #B726C2: hue angle of 295.77º 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 #B726C2 is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 38 | 194 | - |
| CMYK | 0.06 | 0.80 | 0 | 0.24 |
| HSL | 295.77º | 0.67% | 0.45% | - |
| HSV(B) | 295.77º | 0.8% | 0.76% | - |
| XYZ | 29.96 | 15.35 | 52.42 | - |
| YUV | 99.14 | 181.54 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 38 | 194 | 0.06 | 0.80 | 0 | 0.24 | 295.77 | 0.67 | 0.45 |
| Hex | B7 | 26 | C2 | 6 | 50 | 0 | 18 | 128 | 43 | 2D |
| Octal | 267 | 46 | 302 | 6 | 120 | 0 | 30 | 450 | 103 | 55 |
| Binary | 10110111 | 100110 | 11000010 | 110 | 1010000 | 0 | 11000 | 100101000 | 1000011 | 101101 |
Color Harmonies of #B726C2
Complementary color
Monochromatic Colors of #B726C2
Black with #B726C2
Text Example
Text Example
White with #B726C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B726C2; }
p { color: rgb(183,38,194); }
H1.HeaderClassName
{
color: #B726C2;
}
.AnyTagClassName
{
color: #B726C2;
}
</style>
background-color css
<style>
a { background-color: #B726C2; }
a { background-color: rgb(183,38,194); }
div.DivClassName
{
background-color: #B726C2;
}
.BgClassName
{
background-color: #B726C2;
}
</style>
border-color css
<style>
span { border-color: #B726C2; }
span { border-color: rgb(183,38,194); }
td.TdClassName
{
border-color: #B726C2;
}
.TagClassName
{
border-color: #B726C2;
}
</style>