Shades of Medium Orchid #B878DF
Tints of Medium Orchid #B878DF
RGB
CMYK
RGB Variations
Color information
#B878DF (or 0xB878DF) is known color: Medium Orchid. HEX triplet: B8, 78 and DF. RGB value is (184,120,223). Sum of RGB (Red+Green+Blue) = 184+120+223=527 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.91% from 527); Green value is 120 (47.27% from 255 or 22.77% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 223 - color contains mainly: blue. Hex color #B878DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B878DF is #478720. Grayscale: #969696. Windows color (decimal): -4687649 or 14645432. OLE color: 14645432.
HSL color Cylindrical-coordinate representation of color #B878DF: hue angle of 277.28º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B878DF is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 120 | 223 | - |
| CMYK | 0.17 | 0.46 | 0 | 0.13 |
| HSL | 277.28º | 0.62% | 0.67% | - |
| HSV(B) | 277.28º | 0.46% | 0.87% | - |
| XYZ | 39.8 | 28.95 | 73.3 | - |
| YUV | 150.88 | 168.7 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 120 | 223 | 0.17 | 0.46 | 0 | 0.13 | 277.28 | 0.62 | 0.67 |
| Hex | B8 | 78 | DF | 11 | 2E | 0 | D | 115 | 3E | 43 |
| Octal | 270 | 170 | 337 | 21 | 56 | 0 | 15 | 425 | 76 | 103 |
| Binary | 10111000 | 1111000 | 11011111 | 10001 | 101110 | 0 | 1101 | 100010101 | 111110 | 1000011 |
Color Harmonies of #B878DF
Complementary color
Monochromatic Colors of #B878DF
Black with #B878DF
Text Example
Text Example
White with #B878DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B878DF; }
p { color: rgb(184,120,223); }
H1.HeaderClassName
{
color: #B878DF;
}
.AnyTagClassName
{
color: #B878DF;
}
</style>
background-color css
<style>
a { background-color: #B878DF; }
a { background-color: rgb(184,120,223); }
div.DivClassName
{
background-color: #B878DF;
}
.BgClassName
{
background-color: #B878DF;
}
</style>
border-color css
<style>
span { border-color: #B878DF; }
span { border-color: rgb(184,120,223); }
td.TdClassName
{
border-color: #B878DF;
}
.TagClassName
{
border-color: #B878DF;
}
</style>