Shades of Dark Orchid #B726BD
Tints of Dark Orchid #B726BD
RGB
CMYK
RGB Variations
Color information
#B726BD (or 0xB726BD) is known color: Dark Orchid. HEX triplet: B7, 26 and BD. RGB value is (183,38,189). Sum of RGB (Red+Green+Blue) = 183+38+189=410 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.63% from 410); Green value is 38 (15.23% from 255 or 9.27% from 410); Blue value is 189 (74.22% from 255 or 46.10% from 410); Max value from RGB is 189 - color contains mainly: blue. Hex color #B726BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B726BD is #48D942. Grayscale: #626262. Windows color (decimal): -4774211 or 12396215. OLE color: 12396215.
HSL color Cylindrical-coordinate representation of color #B726BD: hue angle of 297.62º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B726BD is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 38 | 189 | - |
| CMYK | 0.03 | 0.80 | 0 | 0.26 |
| HSL | 297.62º | 0.67% | 0.45% | - |
| HSV(B) | 297.62º | 0.8% | 0.74% | - |
| XYZ | 29.41 | 15.13 | 49.51 | - |
| YUV | 98.57 | 179.04 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 38 | 189 | 0.03 | 0.80 | 0 | 0.26 | 297.62 | 0.67 | 0.45 |
| Hex | B7 | 26 | BD | 3 | 50 | 0 | 1A | 12A | 43 | 2D |
| Octal | 267 | 46 | 275 | 3 | 120 | 0 | 32 | 452 | 103 | 55 |
| Binary | 10110111 | 100110 | 10111101 | 11 | 1010000 | 0 | 11010 | 100101010 | 1000011 | 101101 |
Color Harmonies of #B726BD
Complementary color
Monochromatic Colors of #B726BD
Black with #B726BD
Text Example
Text Example
White with #B726BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B726BD; }
p { color: rgb(183,38,189); }
H1.HeaderClassName
{
color: #B726BD;
}
.AnyTagClassName
{
color: #B726BD;
}
</style>
background-color css
<style>
a { background-color: #B726BD; }
a { background-color: rgb(183,38,189); }
div.DivClassName
{
background-color: #B726BD;
}
.BgClassName
{
background-color: #B726BD;
}
</style>
border-color css
<style>
span { border-color: #B726BD; }
span { border-color: rgb(183,38,189); }
td.TdClassName
{
border-color: #B726BD;
}
.TagClassName
{
border-color: #B726BD;
}
</style>