Shades of Medium Orchid #B840DF
Tints of Medium Orchid #B840DF
RGB
CMYK
RGB Variations
Color information
#B840DF (or 0xB840DF) is known color: Medium Orchid. HEX triplet: B8, 40 and DF. RGB value is (184,64,223). Sum of RGB (Red+Green+Blue) = 184+64+223=471 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.07% from 471); Green value is 64 (25.39% from 255 or 13.59% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 223 - color contains mainly: blue. Hex color #B840DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B840DF is #47BF20. Grayscale: #757575. Windows color (decimal): -4701985 or 14631096. OLE color: 14631096.
HSL color Cylindrical-coordinate representation of color #B840DF: hue angle of 285.28º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B840DF is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 64 | 223 | - |
| CMYK | 0.17 | 0.71 | 0 | 0.13 |
| HSL | 285.28º | 0.71% | 0.56% | - |
| HSV(B) | 285.28º | 0.71% | 0.87% | - |
| XYZ | 34.92 | 19.18 | 71.67 | - |
| YUV | 118.01 | 187.26 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 64 | 223 | 0.17 | 0.71 | 0 | 0.13 | 285.28 | 0.71 | 0.56 |
| Hex | B8 | 40 | DF | 11 | 47 | 0 | D | 11D | 47 | 38 |
| Octal | 270 | 100 | 337 | 21 | 107 | 0 | 15 | 435 | 107 | 70 |
| Binary | 10111000 | 1000000 | 11011111 | 10001 | 1000111 | 0 | 1101 | 100011101 | 1000111 | 111000 |
Color Harmonies of #B840DF
Complementary color
Monochromatic Colors of #B840DF
Black with #B840DF
Text Example
Text Example
White with #B840DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B840DF; }
p { color: rgb(184,64,223); }
H1.HeaderClassName
{
color: #B840DF;
}
.AnyTagClassName
{
color: #B840DF;
}
</style>
background-color css
<style>
a { background-color: #B840DF; }
a { background-color: rgb(184,64,223); }
div.DivClassName
{
background-color: #B840DF;
}
.BgClassName
{
background-color: #B840DF;
}
</style>
border-color css
<style>
span { border-color: #B840DF; }
span { border-color: rgb(184,64,223); }
td.TdClassName
{
border-color: #B840DF;
}
.TagClassName
{
border-color: #B840DF;
}
</style>