Shades of Dark Orchid #B429B7
Tints of Dark Orchid #B429B7
RGB
CMYK
RGB Variations
Color information
#B429B7 (or 0xB429B7) is known color: Dark Orchid. HEX triplet: B4, 29 and B7. RGB value is (180,41,183). Sum of RGB (Red+Green+Blue) = 180+41+183=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 41 (16.41% from 255 or 10.15% from 404); Blue value is 183 (71.88% from 255 or 45.30% from 404); Max value from RGB is 183 - color contains mainly: blue. Hex color #B429B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B429B7 is #4BD648. Grayscale: #626262. Windows color (decimal): -4970057 or 12003764. OLE color: 12003764.
HSL color Cylindrical-coordinate representation of color #B429B7: hue angle of 298.73º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B429B7 is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 180 | 41 | 183 | - |
| CMYK | 0.02 | 0.78 | 0 | 0.28 |
| HSL | 298.73º | 0.63% | 0.44% | - |
| HSV(B) | 298.73º | 0.78% | 0.72% | - |
| XYZ | 28.16 | 14.71 | 46.15 | - |
| YUV | 98.75 | 175.55 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 41 | 183 | 0.02 | 0.78 | 0 | 0.28 | 298.73 | 0.63 | 0.44 |
| Hex | B4 | 29 | B7 | 2 | 4E | 0 | 1C | 12B | 3F | 2C |
| Octal | 264 | 51 | 267 | 2 | 116 | 0 | 34 | 453 | 77 | 54 |
| Binary | 10110100 | 101001 | 10110111 | 10 | 1001110 | 0 | 11100 | 100101011 | 111111 | 101100 |
Color Harmonies of #B429B7
Complementary color
Monochromatic Colors of #B429B7
Black with #B429B7
Text Example
Text Example
White with #B429B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B429B7; }
p { color: rgb(180,41,183); }
H1.HeaderClassName
{
color: #B429B7;
}
.AnyTagClassName
{
color: #B429B7;
}
</style>
background-color css
<style>
a { background-color: #B429B7; }
a { background-color: rgb(180,41,183); }
div.DivClassName
{
background-color: #B429B7;
}
.BgClassName
{
background-color: #B429B7;
}
</style>
border-color css
<style>
span { border-color: #B429B7; }
span { border-color: rgb(180,41,183); }
td.TdClassName
{
border-color: #B429B7;
}
.TagClassName
{
border-color: #B429B7;
}
</style>