Shades of Dark Orchid #B729DC
Tints of Dark Orchid #B729DC
RGB
CMYK
RGB Variations
Color information
#B729DC (or 0xB729DC) is known color: Dark Orchid. HEX triplet: B7, 29 and DC. RGB value is (183,41,220). Sum of RGB (Red+Green+Blue) = 183+41+220=444 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.22% from 444); Green value is 41 (16.41% from 255 or 9.23% from 444); Blue value is 220 (86.33% from 255 or 49.55% from 444); Max value from RGB is 220 - color contains mainly: blue. Hex color #B729DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B729DC is #48D623. Grayscale: #676767. Windows color (decimal): -4773412 or 14428599. OLE color: 14428599.
HSL color Cylindrical-coordinate representation of color #B729DC: hue angle of 287.6º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B729DC is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 41 | 220 | - |
| CMYK | 0.17 | 0.81 | 0 | 0.14 |
| HSL | 287.6º | 0.72% | 0.51% | - |
| HSV(B) | 287.6º | 0.81% | 0.86% | - |
| XYZ | 33.24 | 16.82 | 69.2 | - |
| YUV | 103.86 | 193.54 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 41 | 220 | 0.17 | 0.81 | 0 | 0.14 | 287.6 | 0.72 | 0.51 |
| Hex | B7 | 29 | DC | 11 | 51 | 0 | E | 120 | 48 | 33 |
| Octal | 267 | 51 | 334 | 21 | 121 | 0 | 16 | 440 | 110 | 63 |
| Binary | 10110111 | 101001 | 11011100 | 10001 | 1010001 | 0 | 1110 | 100100000 | 1001000 | 110011 |
Color Harmonies of #B729DC
Complementary color
Monochromatic Colors of #B729DC
Black with #B729DC
Text Example
Text Example
White with #B729DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B729DC; }
p { color: rgb(183,41,220); }
H1.HeaderClassName
{
color: #B729DC;
}
.AnyTagClassName
{
color: #B729DC;
}
</style>
background-color css
<style>
a { background-color: #B729DC; }
a { background-color: rgb(183,41,220); }
div.DivClassName
{
background-color: #B729DC;
}
.BgClassName
{
background-color: #B729DC;
}
</style>
border-color css
<style>
span { border-color: #B729DC; }
span { border-color: rgb(183,41,220); }
td.TdClassName
{
border-color: #B729DC;
}
.TagClassName
{
border-color: #B729DC;
}
</style>