Shades of Medium Orchid #B84DCC
Tints of Medium Orchid #B84DCC
RGB
CMYK
RGB Variations
Color information
#B84DCC (or 0xB84DCC) is known color: Medium Orchid. HEX triplet: B8, 4D and CC. RGB value is (184,77,204). Sum of RGB (Red+Green+Blue) = 184+77+204=465 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.57% from 465); Green value is 77 (30.47% from 255 or 16.56% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 204 - color contains mainly: blue. Hex color #B84DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B84DCC is #47B233. Grayscale: #7B7B7B. Windows color (decimal): -4698676 or 13389240. OLE color: 13389240.
HSL color Cylindrical-coordinate representation of color #B84DCC: hue angle of 290.55º degrees, saturation: 0.55, 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 #B84DCC is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 184 | 77 | 204 | - |
| CMYK | 0.10 | 0.62 | 0 | 0.2 |
| HSL | 290.55º | 0.55% | 0.55% | - |
| HSV(B) | 290.55º | 0.62% | 0.8% | - |
| XYZ | 33.32 | 19.86 | 59.2 | - |
| YUV | 123.47 | 173.45 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 77 | 204 | 0.10 | 0.62 | 0 | 0.2 | 290.55 | 0.55 | 0.55 |
| Hex | B8 | 4D | CC | A | 3E | 0 | 14 | 123 | 37 | 37 |
| Octal | 270 | 115 | 314 | 12 | 76 | 0 | 24 | 443 | 67 | 67 |
| Binary | 10111000 | 1001101 | 11001100 | 1010 | 111110 | 0 | 10100 | 100100011 | 110111 | 110111 |
Color Harmonies of #B84DCC
Complementary color
Monochromatic Colors of #B84DCC
Black with #B84DCC
Text Example
Text Example
White with #B84DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84DCC; }
p { color: rgb(184,77,204); }
H1.HeaderClassName
{
color: #B84DCC;
}
.AnyTagClassName
{
color: #B84DCC;
}
</style>
background-color css
<style>
a { background-color: #B84DCC; }
a { background-color: rgb(184,77,204); }
div.DivClassName
{
background-color: #B84DCC;
}
.BgClassName
{
background-color: #B84DCC;
}
</style>
border-color css
<style>
span { border-color: #B84DCC; }
span { border-color: rgb(184,77,204); }
td.TdClassName
{
border-color: #B84DCC;
}
.TagClassName
{
border-color: #B84DCC;
}
</style>