Shades of Dark Orchid #B429C6
Tints of Dark Orchid #B429C6
RGB
CMYK
RGB Variations
Color information
#B429C6 (or 0xB429C6) is known color: Dark Orchid. HEX triplet: B4, 29 and C6. RGB value is (180,41,198). Sum of RGB (Red+Green+Blue) = 180+41+198=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 41 (16.41% from 255 or 9.79% from 419); Blue value is 198 (77.73% from 255 or 47.26% from 419); Max value from RGB is 198 - color contains mainly: blue. Hex color #B429C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B429C6 is #4BD639. Grayscale: #636363. Windows color (decimal): -4970042 or 12986804. OLE color: 12986804.
HSL color Cylindrical-coordinate representation of color #B429C6: hue angle of 293.12º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B429C6 is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 180 | 41 | 198 | - |
| CMYK | 0.09 | 0.79 | 0 | 0.22 |
| HSL | 293.12º | 0.66% | 0.47% | - |
| HSV(B) | 293.12º | 0.79% | 0.78% | - |
| XYZ | 29.81 | 15.37 | 54.82 | - |
| YUV | 100.46 | 183.05 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 41 | 198 | 0.09 | 0.79 | 0 | 0.22 | 293.12 | 0.66 | 0.47 |
| Hex | B4 | 29 | C6 | 9 | 4F | 0 | 16 | 125 | 42 | 2F |
| Octal | 264 | 51 | 306 | 11 | 117 | 0 | 26 | 445 | 102 | 57 |
| Binary | 10110100 | 101001 | 11000110 | 1001 | 1001111 | 0 | 10110 | 100100101 | 1000010 | 101111 |
Color Harmonies of #B429C6
Complementary color
Monochromatic Colors of #B429C6
Black with #B429C6
Text Example
Text Example
White with #B429C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B429C6; }
p { color: rgb(180,41,198); }
H1.HeaderClassName
{
color: #B429C6;
}
.AnyTagClassName
{
color: #B429C6;
}
</style>
background-color css
<style>
a { background-color: #B429C6; }
a { background-color: rgb(180,41,198); }
div.DivClassName
{
background-color: #B429C6;
}
.BgClassName
{
background-color: #B429C6;
}
</style>
border-color css
<style>
span { border-color: #B429C6; }
span { border-color: rgb(180,41,198); }
td.TdClassName
{
border-color: #B429C6;
}
.TagClassName
{
border-color: #B429C6;
}
</style>