Shades of Medium Orchid #B84DDC
Tints of Medium Orchid #B84DDC
RGB
CMYK
RGB Variations
Color information
#B84DDC (or 0xB84DDC) is known color: Medium Orchid. HEX triplet: B8, 4D and DC. RGB value is (184,77,220). Sum of RGB (Red+Green+Blue) = 184+77+220=481 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.25% from 481); Green value is 77 (30.47% from 255 or 16.01% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #B84DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B84DDC is #47B223. Grayscale: #7C7C7C. Windows color (decimal): -4698660 or 14437816. OLE color: 14437816.
HSL color Cylindrical-coordinate representation of color #B84DDC: hue angle of 284.9º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B84DDC is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 77 | 220 | - |
| CMYK | 0.16 | 0.65 | 0 | 0.14 |
| HSL | 284.9º | 0.67% | 0.58% | - |
| HSV(B) | 284.9º | 0.65% | 0.86% | - |
| XYZ | 35.34 | 20.67 | 69.84 | - |
| YUV | 125.3 | 181.45 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 77 | 220 | 0.16 | 0.65 | 0 | 0.14 | 284.9 | 0.67 | 0.58 |
| Hex | B8 | 4D | DC | 10 | 41 | 0 | E | 11D | 43 | 3A |
| Octal | 270 | 115 | 334 | 20 | 101 | 0 | 16 | 435 | 103 | 72 |
| Binary | 10111000 | 1001101 | 11011100 | 10000 | 1000001 | 0 | 1110 | 100011101 | 1000011 | 111010 |
Color Harmonies of #B84DDC
Complementary color
Monochromatic Colors of #B84DDC
Black with #B84DDC
Text Example
Text Example
White with #B84DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84DDC; }
p { color: rgb(184,77,220); }
H1.HeaderClassName
{
color: #B84DDC;
}
.AnyTagClassName
{
color: #B84DDC;
}
</style>
background-color css
<style>
a { background-color: #B84DDC; }
a { background-color: rgb(184,77,220); }
div.DivClassName
{
background-color: #B84DDC;
}
.BgClassName
{
background-color: #B84DDC;
}
</style>
border-color css
<style>
span { border-color: #B84DDC; }
span { border-color: rgb(184,77,220); }
td.TdClassName
{
border-color: #B84DDC;
}
.TagClassName
{
border-color: #B84DDC;
}
</style>