Shades of Medium Orchid #B879DF
Tints of Medium Orchid #B879DF
RGB
CMYK
RGB Variations
Color information
#B879DF (or 0xB879DF) is known color: Medium Orchid. HEX triplet: B8, 79 and DF. RGB value is (184,121,223). Sum of RGB (Red+Green+Blue) = 184+121+223=528 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.85% from 528); Green value is 121 (47.66% from 255 or 22.92% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 223 - color contains mainly: blue. Hex color #B879DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B879DF is #478620. Grayscale: #979797. Windows color (decimal): -4687393 or 14645688. OLE color: 14645688.
HSL color Cylindrical-coordinate representation of color #B879DF: hue angle of 277.06º degrees, saturation: 0.61, 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 #B879DF is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 121 | 223 | - |
| CMYK | 0.17 | 0.46 | 0 | 0.13 |
| HSL | 277.06º | 0.61% | 0.67% | - |
| HSV(B) | 277.06º | 0.46% | 0.87% | - |
| XYZ | 39.92 | 29.19 | 73.34 | - |
| YUV | 151.47 | 168.37 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 121 | 223 | 0.17 | 0.46 | 0 | 0.13 | 277.06 | 0.61 | 0.67 |
| Hex | B8 | 79 | DF | 11 | 2E | 0 | D | 115 | 3D | 43 |
| Octal | 270 | 171 | 337 | 21 | 56 | 0 | 15 | 425 | 75 | 103 |
| Binary | 10111000 | 1111001 | 11011111 | 10001 | 101110 | 0 | 1101 | 100010101 | 111101 | 1000011 |
Color Harmonies of #B879DF
Complementary color
Monochromatic Colors of #B879DF
Black with #B879DF
Text Example
Text Example
White with #B879DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B879DF; }
p { color: rgb(184,121,223); }
H1.HeaderClassName
{
color: #B879DF;
}
.AnyTagClassName
{
color: #B879DF;
}
</style>
background-color css
<style>
a { background-color: #B879DF; }
a { background-color: rgb(184,121,223); }
div.DivClassName
{
background-color: #B879DF;
}
.BgClassName
{
background-color: #B879DF;
}
</style>
border-color css
<style>
span { border-color: #B879DF; }
span { border-color: rgb(184,121,223); }
td.TdClassName
{
border-color: #B879DF;
}
.TagClassName
{
border-color: #B879DF;
}
</style>