Shades of Medium Orchid #B874E5
Tints of Medium Orchid #B874E5
RGB
CMYK
RGB Variations
Color information
#B874E5 (or 0xB874E5) is known color: Medium Orchid. HEX triplet: B8, 74 and E5. RGB value is (184,116,229). Sum of RGB (Red+Green+Blue) = 184+116+229=529 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.78% from 529); Green value is 116 (45.70% from 255 or 21.93% from 529); Blue value is 229 (89.84% from 255 or 43.29% from 529); Max value from RGB is 229 - color contains mainly: blue. Hex color #B874E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B874E5 is #478B1A. Grayscale: #949494. Windows color (decimal): -4688667 or 15037624. OLE color: 15037624.
HSL color Cylindrical-coordinate representation of color #B874E5: hue angle of 276.11º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B874E5 is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 184 | 116 | 229 | - |
| CMYK | 0.20 | 0.49 | 0 | 0.10 |
| HSL | 276.11º | 0.68% | 0.68% | - |
| HSV(B) | 276.11º | 0.49% | 0.9% | - |
| XYZ | 40.16 | 28.34 | 77.48 | - |
| YUV | 149.21 | 173.03 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 116 | 229 | 0.20 | 0.49 | 0 | 0.10 | 276.11 | 0.68 | 0.68 |
| Hex | B8 | 74 | E5 | 14 | 31 | 0 | A | 114 | 44 | 44 |
| Octal | 270 | 164 | 345 | 24 | 61 | 0 | 12 | 424 | 104 | 104 |
| Binary | 10111000 | 1110100 | 11100101 | 10100 | 110001 | 0 | 1010 | 100010100 | 1000100 | 1000100 |
Color Harmonies of #B874E5
Complementary color
Monochromatic Colors of #B874E5
Black with #B874E5
Text Example
Text Example
White with #B874E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B874E5; }
p { color: rgb(184,116,229); }
H1.HeaderClassName
{
color: #B874E5;
}
.AnyTagClassName
{
color: #B874E5;
}
</style>
background-color css
<style>
a { background-color: #B874E5; }
a { background-color: rgb(184,116,229); }
div.DivClassName
{
background-color: #B874E5;
}
.BgClassName
{
background-color: #B874E5;
}
</style>
border-color css
<style>
span { border-color: #B874E5; }
span { border-color: rgb(184,116,229); }
td.TdClassName
{
border-color: #B874E5;
}
.TagClassName
{
border-color: #B874E5;
}
</style>