Shades of Medium Orchid #B84FDF
Tints of Medium Orchid #B84FDF
RGB
CMYK
RGB Variations
Color information
#B84FDF (or 0xB84FDF) is known color: Medium Orchid. HEX triplet: B8, 4F and DF. RGB value is (184,79,223). Sum of RGB (Red+Green+Blue) = 184+79+223=486 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.86% from 486); Green value is 79 (31.25% from 255 or 16.26% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #B84FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B84FDF is #47B020. Grayscale: #7E7E7E. Windows color (decimal): -4698145 or 14634936. OLE color: 14634936.
HSL color Cylindrical-coordinate representation of color #B84FDF: hue angle of 283.75º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B84FDF is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 79 | 223 | - |
| CMYK | 0.17 | 0.65 | 0 | 0.13 |
| HSL | 283.75º | 0.69% | 0.59% | - |
| HSV(B) | 283.75º | 0.65% | 0.87% | - |
| XYZ | 35.88 | 21.11 | 72 | - |
| YUV | 126.81 | 182.29 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 79 | 223 | 0.17 | 0.65 | 0 | 0.13 | 283.75 | 0.69 | 0.59 |
| Hex | B8 | 4F | DF | 11 | 41 | 0 | D | 11C | 45 | 3B |
| Octal | 270 | 117 | 337 | 21 | 101 | 0 | 15 | 434 | 105 | 73 |
| Binary | 10111000 | 1001111 | 11011111 | 10001 | 1000001 | 0 | 1101 | 100011100 | 1000101 | 111011 |
Color Harmonies of #B84FDF
Complementary color
Monochromatic Colors of #B84FDF
Black with #B84FDF
Text Example
Text Example
White with #B84FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84FDF; }
p { color: rgb(184,79,223); }
H1.HeaderClassName
{
color: #B84FDF;
}
.AnyTagClassName
{
color: #B84FDF;
}
</style>
background-color css
<style>
a { background-color: #B84FDF; }
a { background-color: rgb(184,79,223); }
div.DivClassName
{
background-color: #B84FDF;
}
.BgClassName
{
background-color: #B84FDF;
}
</style>
border-color css
<style>
span { border-color: #B84FDF; }
span { border-color: rgb(184,79,223); }
td.TdClassName
{
border-color: #B84FDF;
}
.TagClassName
{
border-color: #B84FDF;
}
</style>