Shades of Dark Orchid #B726BC
Tints of Dark Orchid #B726BC
RGB
CMYK
RGB Variations
Color information
#B726BC (or 0xB726BC) is known color: Dark Orchid. HEX triplet: B7, 26 and BC. RGB value is (183,38,188). Sum of RGB (Red+Green+Blue) = 183+38+188=409 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.74% from 409); Green value is 38 (15.23% from 255 or 9.29% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 188 - color contains mainly: blue. Hex color #B726BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B726BC is #48D943. Grayscale: #626262. Windows color (decimal): -4774212 or 12330679. OLE color: 12330679.
HSL color Cylindrical-coordinate representation of color #B726BC: hue angle of 298º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B726BC is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 38 | 188 | - |
| CMYK | 0.03 | 0.80 | 0 | 0.26 |
| HSL | 298º | 0.66% | 0.44% | - |
| HSV(B) | 298º | 0.8% | 0.74% | - |
| XYZ | 29.3 | 15.08 | 48.94 | - |
| YUV | 98.46 | 178.54 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 38 | 188 | 0.03 | 0.80 | 0 | 0.26 | 298 | 0.66 | 0.44 |
| Hex | B7 | 26 | BC | 3 | 50 | 0 | 1A | 12A | 42 | 2C |
| Octal | 267 | 46 | 274 | 3 | 120 | 0 | 32 | 452 | 102 | 54 |
| Binary | 10110111 | 100110 | 10111100 | 11 | 1010000 | 0 | 11010 | 100101010 | 1000010 | 101100 |
Color Harmonies of #B726BC
Complementary color
Monochromatic Colors of #B726BC
Black with #B726BC
Text Example
Text Example
White with #B726BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B726BC; }
p { color: rgb(183,38,188); }
H1.HeaderClassName
{
color: #B726BC;
}
.AnyTagClassName
{
color: #B726BC;
}
</style>
background-color css
<style>
a { background-color: #B726BC; }
a { background-color: rgb(183,38,188); }
div.DivClassName
{
background-color: #B726BC;
}
.BgClassName
{
background-color: #B726BC;
}
</style>
border-color css
<style>
span { border-color: #B726BC; }
span { border-color: rgb(183,38,188); }
td.TdClassName
{
border-color: #B726BC;
}
.TagClassName
{
border-color: #B726BC;
}
</style>