Shades of Dark Orchid #B829C3
Tints of Dark Orchid #B829C3
RGB
CMYK
RGB Variations
Color information
#B829C3 (or 0xB829C3) is known color: Dark Orchid. HEX triplet: B8, 29 and C3. RGB value is (184,41,195). Sum of RGB (Red+Green+Blue) = 184+41+195=420 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.81% from 420); Green value is 41 (16.41% from 255 or 9.76% from 420); Blue value is 195 (76.56% from 255 or 46.43% from 420); Max value from RGB is 195 - color contains mainly: blue. Hex color #B829C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B829C3 is #47D63C. Grayscale: #646464. Windows color (decimal): -4707901 or 12790200. OLE color: 12790200.
HSL color Cylindrical-coordinate representation of color #B829C3: hue angle of 295.71º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B829C3 is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 41 | 195 | - |
| CMYK | 0.06 | 0.79 | 0 | 0.24 |
| HSL | 295.71º | 0.65% | 0.46% | - |
| HSV(B) | 295.71º | 0.79% | 0.76% | - |
| XYZ | 30.41 | 15.72 | 53.06 | - |
| YUV | 101.31 | 180.88 | 186.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 41 | 195 | 0.06 | 0.79 | 0 | 0.24 | 295.71 | 0.65 | 0.46 |
| Hex | B8 | 29 | C3 | 6 | 4F | 0 | 18 | 128 | 41 | 2E |
| Octal | 270 | 51 | 303 | 6 | 117 | 0 | 30 | 450 | 101 | 56 |
| Binary | 10111000 | 101001 | 11000011 | 110 | 1001111 | 0 | 11000 | 100101000 | 1000001 | 101110 |
Color Harmonies of #B829C3
Complementary color
Monochromatic Colors of #B829C3
Black with #B829C3
Text Example
Text Example
White with #B829C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B829C3; }
p { color: rgb(184,41,195); }
H1.HeaderClassName
{
color: #B829C3;
}
.AnyTagClassName
{
color: #B829C3;
}
</style>
background-color css
<style>
a { background-color: #B829C3; }
a { background-color: rgb(184,41,195); }
div.DivClassName
{
background-color: #B829C3;
}
.BgClassName
{
background-color: #B829C3;
}
</style>
border-color css
<style>
span { border-color: #B829C3; }
span { border-color: rgb(184,41,195); }
td.TdClassName
{
border-color: #B829C3;
}
.TagClassName
{
border-color: #B829C3;
}
</style>