Shades of Dark Orchid #B429DC
Tints of Dark Orchid #B429DC
RGB
CMYK
RGB Variations
Color information
#B429DC (or 0xB429DC) is known color: Dark Orchid. HEX triplet: B4, 29 and DC. RGB value is (180,41,220). Sum of RGB (Red+Green+Blue) = 180+41+220=441 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.82% from 441); Green value is 41 (16.41% from 255 or 9.30% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #B429DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B429DC is #4BD623. Grayscale: #666666. Windows color (decimal): -4970020 or 14428596. OLE color: 14428596.
HSL color Cylindrical-coordinate representation of color #B429DC: hue angle of 286.59º 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 #B429DC is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 41 | 220 | - |
| CMYK | 0.18 | 0.81 | 0 | 0.14 |
| HSL | 286.59º | 0.72% | 0.51% | - |
| HSV(B) | 286.59º | 0.81% | 0.86% | - |
| XYZ | 32.53 | 16.46 | 69.17 | - |
| YUV | 102.97 | 194.05 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 41 | 220 | 0.18 | 0.81 | 0 | 0.14 | 286.59 | 0.72 | 0.51 |
| Hex | B4 | 29 | DC | 12 | 51 | 0 | E | 11F | 48 | 33 |
| Octal | 264 | 51 | 334 | 22 | 121 | 0 | 16 | 437 | 110 | 63 |
| Binary | 10110100 | 101001 | 11011100 | 10010 | 1010001 | 0 | 1110 | 100011111 | 1001000 | 110011 |
Color Harmonies of #B429DC
Complementary color
Monochromatic Colors of #B429DC
Black with #B429DC
Text Example
Text Example
White with #B429DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B429DC; }
p { color: rgb(180,41,220); }
H1.HeaderClassName
{
color: #B429DC;
}
.AnyTagClassName
{
color: #B429DC;
}
</style>
background-color css
<style>
a { background-color: #B429DC; }
a { background-color: rgb(180,41,220); }
div.DivClassName
{
background-color: #B429DC;
}
.BgClassName
{
background-color: #B429DC;
}
</style>
border-color css
<style>
span { border-color: #B429DC; }
span { border-color: rgb(180,41,220); }
td.TdClassName
{
border-color: #B429DC;
}
.TagClassName
{
border-color: #B429DC;
}
</style>