Shades of Dark Orchid #B829BD
Tints of Dark Orchid #B829BD
RGB
CMYK
RGB Variations
Color information
#B829BD (or 0xB829BD) is known color: Dark Orchid. HEX triplet: B8, 29 and BD. RGB value is (184,41,189). Sum of RGB (Red+Green+Blue) = 184+41+189=414 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.44% from 414); Green value is 41 (16.41% from 255 or 9.90% from 414); Blue value is 189 (74.22% from 255 or 45.65% from 414); Max value from RGB is 189 - color contains mainly: blue. Hex color #B829BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B829BD is #47D642. Grayscale: #646464. Windows color (decimal): -4707907 or 12396984. OLE color: 12396984.
HSL color Cylindrical-coordinate representation of color #B829BD: hue angle of 297.97º 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 #B829BD is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 41 | 189 | - |
| CMYK | 0.03 | 0.78 | 0 | 0.26 |
| HSL | 297.97º | 0.64% | 0.45% | - |
| HSV(B) | 297.97º | 0.78% | 0.74% | - |
| XYZ | 29.75 | 15.45 | 49.56 | - |
| YUV | 100.63 | 177.88 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 41 | 189 | 0.03 | 0.78 | 0 | 0.26 | 297.97 | 0.64 | 0.45 |
| Hex | B8 | 29 | BD | 3 | 4E | 0 | 1A | 12A | 40 | 2D |
| Octal | 270 | 51 | 275 | 3 | 116 | 0 | 32 | 452 | 100 | 55 |
| Binary | 10111000 | 101001 | 10111101 | 11 | 1001110 | 0 | 11010 | 100101010 | 1000000 | 101101 |
Color Harmonies of #B829BD
Complementary color
Monochromatic Colors of #B829BD
Black with #B829BD
Text Example
Text Example
White with #B829BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B829BD; }
p { color: rgb(184,41,189); }
H1.HeaderClassName
{
color: #B829BD;
}
.AnyTagClassName
{
color: #B829BD;
}
</style>
background-color css
<style>
a { background-color: #B829BD; }
a { background-color: rgb(184,41,189); }
div.DivClassName
{
background-color: #B829BD;
}
.BgClassName
{
background-color: #B829BD;
}
</style>
border-color css
<style>
span { border-color: #B829BD; }
span { border-color: rgb(184,41,189); }
td.TdClassName
{
border-color: #B829BD;
}
.TagClassName
{
border-color: #B829BD;
}
</style>