Shades of Dark Orchid #B726B8
Tints of Dark Orchid #B726B8
RGB
CMYK
RGB Variations
Color information
#B726B8 (or 0xB726B8) is known color: Dark Orchid. HEX triplet: B7, 26 and B8. RGB value is (183,38,184). Sum of RGB (Red+Green+Blue) = 183+38+184=405 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.19% from 405); Green value is 38 (15.23% from 255 or 9.38% from 405); Blue value is 184 (72.27% from 255 or 45.43% from 405); Max value from RGB is 184 - color contains mainly: blue. Hex color #B726B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B726B8 is #48D947. Grayscale: #616161. Windows color (decimal): -4774216 or 12068535. OLE color: 12068535.
HSL color Cylindrical-coordinate representation of color #B726B8: hue angle of 299.59º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B726B8 is Cyan = 0.01, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 38 | 184 | - |
| CMYK | 0.01 | 0.79 | 0 | 0.28 |
| HSL | 299.59º | 0.66% | 0.44% | - |
| HSV(B) | 299.59º | 0.79% | 0.72% | - |
| XYZ | 28.87 | 14.91 | 46.7 | - |
| YUV | 98 | 176.54 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 38 | 184 | 0.01 | 0.79 | 0 | 0.28 | 299.59 | 0.66 | 0.44 |
| Hex | B7 | 26 | B8 | 1 | 4F | 0 | 1C | 12C | 42 | 2C |
| Octal | 267 | 46 | 270 | 1 | 117 | 0 | 34 | 454 | 102 | 54 |
| Binary | 10110111 | 100110 | 10111000 | 1 | 1001111 | 0 | 11100 | 100101100 | 1000010 | 101100 |
Color Harmonies of #B726B8
Complementary color
Monochromatic Colors of #B726B8
Black with #B726B8
Text Example
Text Example
White with #B726B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B726B8; }
p { color: rgb(183,38,184); }
H1.HeaderClassName
{
color: #B726B8;
}
.AnyTagClassName
{
color: #B726B8;
}
</style>
background-color css
<style>
a { background-color: #B726B8; }
a { background-color: rgb(183,38,184); }
div.DivClassName
{
background-color: #B726B8;
}
.BgClassName
{
background-color: #B726B8;
}
</style>
border-color css
<style>
span { border-color: #B726B8; }
span { border-color: rgb(183,38,184); }
td.TdClassName
{
border-color: #B726B8;
}
.TagClassName
{
border-color: #B726B8;
}
</style>