Shades of Medium Orchid #B878DA
Tints of Medium Orchid #B878DA
RGB
CMYK
RGB Variations
Color information
#B878DA (or 0xB878DA) is known color: Medium Orchid. HEX triplet: B8, 78 and DA. RGB value is (184,120,218). Sum of RGB (Red+Green+Blue) = 184+120+218=522 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.25% from 522); Green value is 120 (47.27% from 255 or 22.99% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 218 - color contains mainly: blue. Hex color #B878DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B878DA is #478725. Grayscale: #959595. Windows color (decimal): -4687654 or 14317752. OLE color: 14317752.
HSL color Cylindrical-coordinate representation of color #B878DA: hue angle of 279.18º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B878DA is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 120 | 218 | - |
| CMYK | 0.16 | 0.45 | 0 | 0.15 |
| HSL | 279.18º | 0.57% | 0.66% | - |
| HSV(B) | 279.18º | 0.45% | 0.85% | - |
| XYZ | 39.14 | 28.69 | 69.8 | - |
| YUV | 150.31 | 166.2 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 120 | 218 | 0.16 | 0.45 | 0 | 0.15 | 279.18 | 0.57 | 0.66 |
| Hex | B8 | 78 | DA | 10 | 2D | 0 | F | 117 | 39 | 42 |
| Octal | 270 | 170 | 332 | 20 | 55 | 0 | 17 | 427 | 71 | 102 |
| Binary | 10111000 | 1111000 | 11011010 | 10000 | 101101 | 0 | 1111 | 100010111 | 111001 | 1000010 |
Color Harmonies of #B878DA
Complementary color
Monochromatic Colors of #B878DA
Black with #B878DA
Text Example
Text Example
White with #B878DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B878DA; }
p { color: rgb(184,120,218); }
H1.HeaderClassName
{
color: #B878DA;
}
.AnyTagClassName
{
color: #B878DA;
}
</style>
background-color css
<style>
a { background-color: #B878DA; }
a { background-color: rgb(184,120,218); }
div.DivClassName
{
background-color: #B878DA;
}
.BgClassName
{
background-color: #B878DA;
}
</style>
border-color css
<style>
span { border-color: #B878DA; }
span { border-color: rgb(184,120,218); }
td.TdClassName
{
border-color: #B878DA;
}
.TagClassName
{
border-color: #B878DA;
}
</style>