Shades of Dark Orchid #B829CC
Tints of Dark Orchid #B829CC
RGB
CMYK
RGB Variations
Color information
#B829CC (or 0xB829CC) is known color: Dark Orchid. HEX triplet: B8, 29 and CC. RGB value is (184,41,204). Sum of RGB (Red+Green+Blue) = 184+41+204=429 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.89% from 429); Green value is 41 (16.41% from 255 or 9.56% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 204 - color contains mainly: blue. Hex color #B829CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B829CC is #47D633. Grayscale: #656565. Windows color (decimal): -4707892 or 13380024. OLE color: 13380024.
HSL color Cylindrical-coordinate representation of color #B829CC: hue angle of 292.64º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B829CC is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 184 | 41 | 204 | - |
| CMYK | 0.10 | 0.80 | 0 | 0.2 |
| HSL | 292.64º | 0.67% | 0.48% | - |
| HSV(B) | 292.64º | 0.8% | 0.8% | - |
| XYZ | 31.46 | 16.14 | 58.58 | - |
| YUV | 102.34 | 185.38 | 186.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 41 | 204 | 0.10 | 0.80 | 0 | 0.2 | 292.64 | 0.67 | 0.48 |
| Hex | B8 | 29 | CC | A | 50 | 0 | 14 | 125 | 43 | 30 |
| Octal | 270 | 51 | 314 | 12 | 120 | 0 | 24 | 445 | 103 | 60 |
| Binary | 10111000 | 101001 | 11001100 | 1010 | 1010000 | 0 | 10100 | 100100101 | 1000011 | 110000 |
Color Harmonies of #B829CC
Complementary color
Monochromatic Colors of #B829CC
Black with #B829CC
Text Example
Text Example
White with #B829CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B829CC; }
p { color: rgb(184,41,204); }
H1.HeaderClassName
{
color: #B829CC;
}
.AnyTagClassName
{
color: #B829CC;
}
</style>
background-color css
<style>
a { background-color: #B829CC; }
a { background-color: rgb(184,41,204); }
div.DivClassName
{
background-color: #B829CC;
}
.BgClassName
{
background-color: #B829CC;
}
</style>
border-color css
<style>
span { border-color: #B829CC; }
span { border-color: rgb(184,41,204); }
td.TdClassName
{
border-color: #B829CC;
}
.TagClassName
{
border-color: #B829CC;
}
</style>