Shades of Dark Orchid #B726C8
Tints of Dark Orchid #B726C8
RGB
CMYK
RGB Variations
Color information
#B726C8 (or 0xB726C8) is known color: Dark Orchid. HEX triplet: B7, 26 and C8. RGB value is (183,38,200). Sum of RGB (Red+Green+Blue) = 183+38+200=421 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.47% from 421); Green value is 38 (15.23% from 255 or 9.03% from 421); Blue value is 200 (78.52% from 255 or 47.51% from 421); Max value from RGB is 200 - color contains mainly: blue. Hex color #B726C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B726C8 is #48D937. Grayscale: #636363. Windows color (decimal): -4774200 or 13117111. OLE color: 13117111.
HSL color Cylindrical-coordinate representation of color #B726C8: hue angle of 293.7º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B726C8 is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 183 | 38 | 200 | - |
| CMYK | 0.08 | 0.81 | 0 | 0.22 |
| HSL | 293.7º | 0.68% | 0.47% | - |
| HSV(B) | 293.7º | 0.81% | 0.78% | - |
| XYZ | 30.65 | 15.62 | 56.04 | - |
| YUV | 99.82 | 184.54 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 38 | 200 | 0.08 | 0.81 | 0 | 0.22 | 293.7 | 0.68 | 0.47 |
| Hex | B7 | 26 | C8 | 8 | 51 | 0 | 16 | 126 | 44 | 2F |
| Octal | 267 | 46 | 310 | 10 | 121 | 0 | 26 | 446 | 104 | 57 |
| Binary | 10110111 | 100110 | 11001000 | 1000 | 1010001 | 0 | 10110 | 100100110 | 1000100 | 101111 |
Color Harmonies of #B726C8
Complementary color
Monochromatic Colors of #B726C8
Black with #B726C8
Text Example
Text Example
White with #B726C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B726C8; }
p { color: rgb(183,38,200); }
H1.HeaderClassName
{
color: #B726C8;
}
.AnyTagClassName
{
color: #B726C8;
}
</style>
background-color css
<style>
a { background-color: #B726C8; }
a { background-color: rgb(183,38,200); }
div.DivClassName
{
background-color: #B726C8;
}
.BgClassName
{
background-color: #B726C8;
}
</style>
border-color css
<style>
span { border-color: #B726C8; }
span { border-color: rgb(183,38,200); }
td.TdClassName
{
border-color: #B726C8;
}
.TagClassName
{
border-color: #B726C8;
}
</style>