Shades of Dark Orchid #B729BE
Tints of Dark Orchid #B729BE
RGB
CMYK
RGB Variations
Color information
#B729BE (or 0xB729BE) is known color: Dark Orchid. HEX triplet: B7, 29 and BE. RGB value is (183,41,190). Sum of RGB (Red+Green+Blue) = 183+41+190=414 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.20% from 414); Green value is 41 (16.41% from 255 or 9.90% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 190 - color contains mainly: blue. Hex color #B729BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B729BE is #48D641. Grayscale: #636363. Windows color (decimal): -4773442 or 12462519. OLE color: 12462519.
HSL color Cylindrical-coordinate representation of color #B729BE: hue angle of 297.18º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B729BE is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 183 | 41 | 190 | - |
| CMYK | 0.04 | 0.78 | 0 | 0.25 |
| HSL | 297.18º | 0.65% | 0.45% | - |
| HSV(B) | 297.18º | 0.78% | 0.75% | - |
| XYZ | 29.62 | 15.37 | 50.12 | - |
| YUV | 100.44 | 178.54 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 41 | 190 | 0.04 | 0.78 | 0 | 0.25 | 297.18 | 0.65 | 0.45 |
| Hex | B7 | 29 | BE | 4 | 4E | 0 | 19 | 129 | 41 | 2D |
| Octal | 267 | 51 | 276 | 4 | 116 | 0 | 31 | 451 | 101 | 55 |
| Binary | 10110111 | 101001 | 10111110 | 100 | 1001110 | 0 | 11001 | 100101001 | 1000001 | 101101 |
Color Harmonies of #B729BE
Complementary color
Monochromatic Colors of #B729BE
Black with #B729BE
Text Example
Text Example
White with #B729BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B729BE; }
p { color: rgb(183,41,190); }
H1.HeaderClassName
{
color: #B729BE;
}
.AnyTagClassName
{
color: #B729BE;
}
</style>
background-color css
<style>
a { background-color: #B729BE; }
a { background-color: rgb(183,41,190); }
div.DivClassName
{
background-color: #B729BE;
}
.BgClassName
{
background-color: #B729BE;
}
</style>
border-color css
<style>
span { border-color: #B729BE; }
span { border-color: rgb(183,41,190); }
td.TdClassName
{
border-color: #B729BE;
}
.TagClassName
{
border-color: #B729BE;
}
</style>