Shades of Medium Orchid #B84CDF
Tints of Medium Orchid #B84CDF
RGB
CMYK
RGB Variations
Color information
#B84CDF (or 0xB84CDF) is known color: Medium Orchid. HEX triplet: B8, 4C and DF. RGB value is (184,76,223). Sum of RGB (Red+Green+Blue) = 184+76+223=483 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.10% from 483); Green value is 76 (30.08% from 255 or 15.73% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #B84CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B84CDF is #47B320. Grayscale: #7C7C7C. Windows color (decimal): -4698913 or 14634168. OLE color: 14634168.
HSL color Cylindrical-coordinate representation of color #B84CDF: hue angle of 284.08º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B84CDF is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 76 | 223 | - |
| CMYK | 0.17 | 0.66 | 0 | 0.13 |
| HSL | 284.08º | 0.7% | 0.59% | - |
| HSV(B) | 284.08º | 0.66% | 0.87% | - |
| XYZ | 35.67 | 20.69 | 71.92 | - |
| YUV | 125.05 | 183.28 | 170.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 76 | 223 | 0.17 | 0.66 | 0 | 0.13 | 284.08 | 0.7 | 0.59 |
| Hex | B8 | 4C | DF | 11 | 42 | 0 | D | 11C | 46 | 3B |
| Octal | 270 | 114 | 337 | 21 | 102 | 0 | 15 | 434 | 106 | 73 |
| Binary | 10111000 | 1001100 | 11011111 | 10001 | 1000010 | 0 | 1101 | 100011100 | 1000110 | 111011 |
Color Harmonies of #B84CDF
Complementary color
Monochromatic Colors of #B84CDF
Black with #B84CDF
Text Example
Text Example
White with #B84CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84CDF; }
p { color: rgb(184,76,223); }
H1.HeaderClassName
{
color: #B84CDF;
}
.AnyTagClassName
{
color: #B84CDF;
}
</style>
background-color css
<style>
a { background-color: #B84CDF; }
a { background-color: rgb(184,76,223); }
div.DivClassName
{
background-color: #B84CDF;
}
.BgClassName
{
background-color: #B84CDF;
}
</style>
border-color css
<style>
span { border-color: #B84CDF; }
span { border-color: rgb(184,76,223); }
td.TdClassName
{
border-color: #B84CDF;
}
.TagClassName
{
border-color: #B84CDF;
}
</style>