Shades of Medium Orchid #B84DDD
Tints of Medium Orchid #B84DDD
RGB
CMYK
RGB Variations
Color information
#B84DDD (or 0xB84DDD) is known color: Medium Orchid. HEX triplet: B8, 4D and DD. RGB value is (184,77,221). Sum of RGB (Red+Green+Blue) = 184+77+221=482 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.17% from 482); Green value is 77 (30.47% from 255 or 15.98% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #B84DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B84DDD is #47B222. Grayscale: #7C7C7C. Windows color (decimal): -4698659 or 14503352. OLE color: 14503352.
HSL color Cylindrical-coordinate representation of color #B84DDD: hue angle of 284.58º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B84DDD is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 77 | 221 | - |
| CMYK | 0.17 | 0.65 | 0 | 0.13 |
| HSL | 284.58º | 0.68% | 0.58% | - |
| HSV(B) | 284.58º | 0.65% | 0.87% | - |
| XYZ | 35.47 | 20.72 | 70.54 | - |
| YUV | 125.41 | 181.95 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 77 | 221 | 0.17 | 0.65 | 0 | 0.13 | 284.58 | 0.68 | 0.58 |
| Hex | B8 | 4D | DD | 11 | 41 | 0 | D | 11D | 44 | 3A |
| Octal | 270 | 115 | 335 | 21 | 101 | 0 | 15 | 435 | 104 | 72 |
| Binary | 10111000 | 1001101 | 11011101 | 10001 | 1000001 | 0 | 1101 | 100011101 | 1000100 | 111010 |
Color Harmonies of #B84DDD
Complementary color
Monochromatic Colors of #B84DDD
Black with #B84DDD
Text Example
Text Example
White with #B84DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84DDD; }
p { color: rgb(184,77,221); }
H1.HeaderClassName
{
color: #B84DDD;
}
.AnyTagClassName
{
color: #B84DDD;
}
</style>
background-color css
<style>
a { background-color: #B84DDD; }
a { background-color: rgb(184,77,221); }
div.DivClassName
{
background-color: #B84DDD;
}
.BgClassName
{
background-color: #B84DDD;
}
</style>
border-color css
<style>
span { border-color: #B84DDD; }
span { border-color: rgb(184,77,221); }
td.TdClassName
{
border-color: #B84DDD;
}
.TagClassName
{
border-color: #B84DDD;
}
</style>