Shades of Dark Orchid #B429DF
Tints of Dark Orchid #B429DF
RGB
CMYK
RGB Variations
Color information
#B429DF (or 0xB429DF) is known color: Dark Orchid. HEX triplet: B4, 29 and DF. RGB value is (180,41,223). Sum of RGB (Red+Green+Blue) = 180+41+223=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 41 (16.41% from 255 or 9.23% from 444); Blue value is 223 (87.5% from 255 or 50.23% from 444); Max value from RGB is 223 - color contains mainly: blue. Hex color #B429DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B429DF is #4BD620. Grayscale: #666666. Windows color (decimal): -4970017 or 14625204. OLE color: 14625204.
HSL color Cylindrical-coordinate representation of color #B429DF: hue angle of 285.82º 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 #B429DF is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 41 | 223 | - |
| CMYK | 0.19 | 0.82 | 0 | 0.13 |
| HSL | 285.82º | 0.74% | 0.52% | - |
| HSV(B) | 285.82º | 0.82% | 0.87% | - |
| XYZ | 32.93 | 16.62 | 71.28 | - |
| YUV | 103.31 | 195.55 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 41 | 223 | 0.19 | 0.82 | 0 | 0.13 | 285.82 | 0.74 | 0.52 |
| Hex | B4 | 29 | DF | 13 | 52 | 0 | D | 11E | 4A | 34 |
| Octal | 264 | 51 | 337 | 23 | 122 | 0 | 15 | 436 | 112 | 64 |
| Binary | 10110100 | 101001 | 11011111 | 10011 | 1010010 | 0 | 1101 | 100011110 | 1001010 | 110100 |
Color Harmonies of #B429DF
Complementary color
Monochromatic Colors of #B429DF
Black with #B429DF
Text Example
Text Example
White with #B429DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B429DF; }
p { color: rgb(180,41,223); }
H1.HeaderClassName
{
color: #B429DF;
}
.AnyTagClassName
{
color: #B429DF;
}
</style>
background-color css
<style>
a { background-color: #B429DF; }
a { background-color: rgb(180,41,223); }
div.DivClassName
{
background-color: #B429DF;
}
.BgClassName
{
background-color: #B429DF;
}
</style>
border-color css
<style>
span { border-color: #B429DF; }
span { border-color: rgb(180,41,223); }
td.TdClassName
{
border-color: #B429DF;
}
.TagClassName
{
border-color: #B429DF;
}
</style>