Shades of Dark Orchid #B729DB
Tints of Dark Orchid #B729DB
RGB
CMYK
RGB Variations
Color information
#B729DB (or 0xB729DB) is known color: Dark Orchid. HEX triplet: B7, 29 and DB. RGB value is (183,41,219). Sum of RGB (Red+Green+Blue) = 183+41+219=443 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.31% from 443); Green value is 41 (16.41% from 255 or 9.26% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #B729DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B729DB is #48D624. Grayscale: #676767. Windows color (decimal): -4773413 or 14363063. OLE color: 14363063.
HSL color Cylindrical-coordinate representation of color #B729DB: hue angle of 287.87º degrees, saturation: 0.71, 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 #B729DB is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 41 | 219 | - |
| CMYK | 0.16 | 0.81 | 0 | 0.14 |
| HSL | 287.87º | 0.71% | 0.51% | - |
| HSV(B) | 287.87º | 0.81% | 0.86% | - |
| XYZ | 33.11 | 16.77 | 68.51 | - |
| YUV | 103.75 | 193.04 | 184.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 41 | 219 | 0.16 | 0.81 | 0 | 0.14 | 287.87 | 0.71 | 0.51 |
| Hex | B7 | 29 | DB | 10 | 51 | 0 | E | 120 | 47 | 33 |
| Octal | 267 | 51 | 333 | 20 | 121 | 0 | 16 | 440 | 107 | 63 |
| Binary | 10110111 | 101001 | 11011011 | 10000 | 1010001 | 0 | 1110 | 100100000 | 1000111 | 110011 |
Color Harmonies of #B729DB
Complementary color
Monochromatic Colors of #B729DB
Black with #B729DB
Text Example
Text Example
White with #B729DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B729DB; }
p { color: rgb(183,41,219); }
H1.HeaderClassName
{
color: #B729DB;
}
.AnyTagClassName
{
color: #B729DB;
}
</style>
background-color css
<style>
a { background-color: #B729DB; }
a { background-color: rgb(183,41,219); }
div.DivClassName
{
background-color: #B729DB;
}
.BgClassName
{
background-color: #B729DB;
}
</style>
border-color css
<style>
span { border-color: #B729DB; }
span { border-color: rgb(183,41,219); }
td.TdClassName
{
border-color: #B729DB;
}
.TagClassName
{
border-color: #B729DB;
}
</style>