Shades of Dark Orchid #B429BC
Tints of Dark Orchid #B429BC
RGB
CMYK
RGB Variations
Color information
#B429BC (or 0xB429BC) is known color: Dark Orchid. HEX triplet: B4, 29 and BC. RGB value is (180,41,188). Sum of RGB (Red+Green+Blue) = 180+41+188=409 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.01% from 409); Green value is 41 (16.41% from 255 or 10.02% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 188 - color contains mainly: blue. Hex color #B429BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B429BC is #4BD643. Grayscale: #626262. Windows color (decimal): -4970052 or 12331444. OLE color: 12331444.
HSL color Cylindrical-coordinate representation of color #B429BC: hue angle of 296.73º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B429BC is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 180 | 41 | 188 | - |
| CMYK | 0.04 | 0.78 | 0 | 0.26 |
| HSL | 296.73º | 0.64% | 0.45% | - |
| HSV(B) | 296.73º | 0.78% | 0.74% | - |
| XYZ | 28.69 | 14.92 | 48.94 | - |
| YUV | 99.32 | 178.05 | 185.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 41 | 188 | 0.04 | 0.78 | 0 | 0.26 | 296.73 | 0.64 | 0.45 |
| Hex | B4 | 29 | BC | 4 | 4E | 0 | 1A | 129 | 40 | 2D |
| Octal | 264 | 51 | 274 | 4 | 116 | 0 | 32 | 451 | 100 | 55 |
| Binary | 10110100 | 101001 | 10111100 | 100 | 1001110 | 0 | 11010 | 100101001 | 1000000 | 101101 |
Color Harmonies of #B429BC
Complementary color
Monochromatic Colors of #B429BC
Black with #B429BC
Text Example
Text Example
White with #B429BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B429BC; }
p { color: rgb(180,41,188); }
H1.HeaderClassName
{
color: #B429BC;
}
.AnyTagClassName
{
color: #B429BC;
}
</style>
background-color css
<style>
a { background-color: #B429BC; }
a { background-color: rgb(180,41,188); }
div.DivClassName
{
background-color: #B429BC;
}
.BgClassName
{
background-color: #B429BC;
}
</style>
border-color css
<style>
span { border-color: #B429BC; }
span { border-color: rgb(180,41,188); }
td.TdClassName
{
border-color: #B429BC;
}
.TagClassName
{
border-color: #B429BC;
}
</style>