Shades of Medium Orchid #B84ACD
Tints of Medium Orchid #B84ACD
RGB
CMYK
RGB Variations
Color information
#B84ACD (or 0xB84ACD) is known color: Medium Orchid. HEX triplet: B8, 4A and CD. RGB value is (184,74,205). Sum of RGB (Red+Green+Blue) = 184+74+205=463 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.74% from 463); Green value is 74 (29.30% from 255 or 15.98% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 205 - color contains mainly: blue. Hex color #B84ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B84ACD is #47B532. Grayscale: #797979. Windows color (decimal): -4699443 or 13454008. OLE color: 13454008.
HSL color Cylindrical-coordinate representation of color #B84ACD: hue angle of 290.38º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B84ACD is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 74 | 205 | - |
| CMYK | 0.10 | 0.64 | 0 | 0.20 |
| HSL | 290.38º | 0.57% | 0.55% | - |
| HSV(B) | 290.38º | 0.64% | 0.8% | - |
| XYZ | 33.24 | 19.5 | 59.77 | - |
| YUV | 121.82 | 174.94 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 74 | 205 | 0.10 | 0.64 | 0 | 0.20 | 290.38 | 0.57 | 0.55 |
| Hex | B8 | 4A | CD | A | 40 | 0 | 14 | 122 | 39 | 37 |
| Octal | 270 | 112 | 315 | 12 | 100 | 0 | 24 | 442 | 71 | 67 |
| Binary | 10111000 | 1001010 | 11001101 | 1010 | 1000000 | 0 | 10100 | 100100010 | 111001 | 110111 |
Color Harmonies of #B84ACD
Complementary color
Monochromatic Colors of #B84ACD
Black with #B84ACD
Text Example
Text Example
White with #B84ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84ACD; }
p { color: rgb(184,74,205); }
H1.HeaderClassName
{
color: #B84ACD;
}
.AnyTagClassName
{
color: #B84ACD;
}
</style>
background-color css
<style>
a { background-color: #B84ACD; }
a { background-color: rgb(184,74,205); }
div.DivClassName
{
background-color: #B84ACD;
}
.BgClassName
{
background-color: #B84ACD;
}
</style>
border-color css
<style>
span { border-color: #B84ACD; }
span { border-color: rgb(184,74,205); }
td.TdClassName
{
border-color: #B84ACD;
}
.TagClassName
{
border-color: #B84ACD;
}
</style>