Shades of Dark Orchid #B829DF
Tints of Dark Orchid #B829DF
RGB
CMYK
RGB Variations
Color information
#B829DF (or 0xB829DF) is known color: Dark Orchid. HEX triplet: B8, 29 and DF. RGB value is (184,41,223). Sum of RGB (Red+Green+Blue) = 184+41+223=448 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.07% from 448); Green value is 41 (16.41% from 255 or 9.15% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 223 - color contains mainly: blue. Hex color #B829DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B829DF is #47D620. Grayscale: #676767. Windows color (decimal): -4707873 or 14625208. OLE color: 14625208.
HSL color Cylindrical-coordinate representation of color #B829DF: hue angle of 287.14º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B829DF is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 41 | 223 | - |
| CMYK | 0.17 | 0.82 | 0 | 0.13 |
| HSL | 287.14º | 0.74% | 0.52% | - |
| HSV(B) | 287.14º | 0.82% | 0.87% | - |
| XYZ | 33.88 | 17.1 | 71.33 | - |
| YUV | 104.51 | 194.88 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 41 | 223 | 0.17 | 0.82 | 0 | 0.13 | 287.14 | 0.74 | 0.52 |
| Hex | B8 | 29 | DF | 11 | 52 | 0 | D | 11F | 4A | 34 |
| Octal | 270 | 51 | 337 | 21 | 122 | 0 | 15 | 437 | 112 | 64 |
| Binary | 10111000 | 101001 | 11011111 | 10001 | 1010010 | 0 | 1101 | 100011111 | 1001010 | 110100 |
Color Harmonies of #B829DF
Complementary color
Monochromatic Colors of #B829DF
Black with #B829DF
Text Example
Text Example
White with #B829DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B829DF; }
p { color: rgb(184,41,223); }
H1.HeaderClassName
{
color: #B829DF;
}
.AnyTagClassName
{
color: #B829DF;
}
</style>
background-color css
<style>
a { background-color: #B829DF; }
a { background-color: rgb(184,41,223); }
div.DivClassName
{
background-color: #B829DF;
}
.BgClassName
{
background-color: #B829DF;
}
</style>
border-color css
<style>
span { border-color: #B829DF; }
span { border-color: rgb(184,41,223); }
td.TdClassName
{
border-color: #B829DF;
}
.TagClassName
{
border-color: #B829DF;
}
</style>