Shades of Dark Orchid #B729E4
Tints of Dark Orchid #B729E4
RGB
CMYK
RGB Variations
Color information
#B729E4 (or 0xB729E4) is known color: Dark Orchid. HEX triplet: B7, 29 and E4. RGB value is (183,41,228). Sum of RGB (Red+Green+Blue) = 183+41+228=452 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.49% from 452); Green value is 41 (16.41% from 255 or 9.07% from 452); Blue value is 228 (89.45% from 255 or 50.44% from 452); Max value from RGB is 228 - color contains mainly: blue. Hex color #B729E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B729E4 is #48D61B. Grayscale: #686868. Windows color (decimal): -4773404 or 14952887. OLE color: 14952887.
HSL color Cylindrical-coordinate representation of color #B729E4: hue angle of 285.56º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B729E4 is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 183 | 41 | 228 | - |
| CMYK | 0.20 | 0.82 | 0 | 0.11 |
| HSL | 285.56º | 0.78% | 0.53% | - |
| HSV(B) | 285.56º | 0.82% | 0.89% | - |
| XYZ | 34.32 | 17.25 | 74.92 | - |
| YUV | 104.78 | 197.54 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 41 | 228 | 0.20 | 0.82 | 0 | 0.11 | 285.56 | 0.78 | 0.53 |
| Hex | B7 | 29 | E4 | 14 | 52 | 0 | B | 11E | 4E | 35 |
| Octal | 267 | 51 | 344 | 24 | 122 | 0 | 13 | 436 | 116 | 65 |
| Binary | 10110111 | 101001 | 11100100 | 10100 | 1010010 | 0 | 1011 | 100011110 | 1001110 | 110101 |
Color Harmonies of #B729E4
Complementary color
Monochromatic Colors of #B729E4
Black with #B729E4
Text Example
Text Example
White with #B729E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B729E4; }
p { color: rgb(183,41,228); }
H1.HeaderClassName
{
color: #B729E4;
}
.AnyTagClassName
{
color: #B729E4;
}
</style>
background-color css
<style>
a { background-color: #B729E4; }
a { background-color: rgb(183,41,228); }
div.DivClassName
{
background-color: #B729E4;
}
.BgClassName
{
background-color: #B729E4;
}
</style>
border-color css
<style>
span { border-color: #B729E4; }
span { border-color: rgb(183,41,228); }
td.TdClassName
{
border-color: #B729E4;
}
.TagClassName
{
border-color: #B729E4;
}
</style>