Shades of Medium Orchid #B84DCD
Tints of Medium Orchid #B84DCD
RGB
CMYK
RGB Variations
Color information
#B84DCD (or 0xB84DCD) is known color: Medium Orchid. HEX triplet: B8, 4D and CD. RGB value is (184,77,205). Sum of RGB (Red+Green+Blue) = 184+77+205=466 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.48% from 466); Green value is 77 (30.47% from 255 or 16.52% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 205 - color contains mainly: blue. Hex color #B84DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B84DCD is #47B232. Grayscale: #7B7B7B. Windows color (decimal): -4698675 or 13454776. OLE color: 13454776.
HSL color Cylindrical-coordinate representation of color #B84DCD: hue angle of 290.16º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B84DCD is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 77 | 205 | - |
| CMYK | 0.10 | 0.62 | 0 | 0.20 |
| HSL | 290.16º | 0.56% | 0.55% | - |
| HSV(B) | 290.16º | 0.62% | 0.8% | - |
| XYZ | 33.44 | 19.91 | 59.84 | - |
| YUV | 123.59 | 173.95 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 77 | 205 | 0.10 | 0.62 | 0 | 0.20 | 290.16 | 0.56 | 0.55 |
| Hex | B8 | 4D | CD | A | 3E | 0 | 14 | 122 | 38 | 37 |
| Octal | 270 | 115 | 315 | 12 | 76 | 0 | 24 | 442 | 70 | 67 |
| Binary | 10111000 | 1001101 | 11001101 | 1010 | 111110 | 0 | 10100 | 100100010 | 111000 | 110111 |
Color Harmonies of #B84DCD
Complementary color
Monochromatic Colors of #B84DCD
Black with #B84DCD
Text Example
Text Example
White with #B84DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84DCD; }
p { color: rgb(184,77,205); }
H1.HeaderClassName
{
color: #B84DCD;
}
.AnyTagClassName
{
color: #B84DCD;
}
</style>
background-color css
<style>
a { background-color: #B84DCD; }
a { background-color: rgb(184,77,205); }
div.DivClassName
{
background-color: #B84DCD;
}
.BgClassName
{
background-color: #B84DCD;
}
</style>
border-color css
<style>
span { border-color: #B84DCD; }
span { border-color: rgb(184,77,205); }
td.TdClassName
{
border-color: #B84DCD;
}
.TagClassName
{
border-color: #B84DCD;
}
</style>