Shades of Medium Orchid #B874ED
Tints of Medium Orchid #B874ED
RGB
CMYK
RGB Variations
Color information
#B874ED (or 0xB874ED) is known color: Medium Orchid. HEX triplet: B8, 74 and ED. RGB value is (184,116,237). Sum of RGB (Red+Green+Blue) = 184+116+237=537 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.26% from 537); Green value is 116 (45.70% from 255 or 21.60% from 537); Blue value is 237 (92.97% from 255 or 44.13% from 537); Max value from RGB is 237 - color contains mainly: blue. Hex color #B874ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B874ED is #478B12. Grayscale: #959595. Windows color (decimal): -4688659 or 15561912. OLE color: 15561912.
HSL color Cylindrical-coordinate representation of color #B874ED: hue angle of 273.72º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B874ED is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 116 | 237 | - |
| CMYK | 0.22 | 0.51 | 0 | 0.07 |
| HSL | 273.72º | 0.77% | 0.69% | - |
| HSV(B) | 273.72º | 0.51% | 0.93% | - |
| XYZ | 41.3 | 28.8 | 83.5 | - |
| YUV | 150.13 | 177.03 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 116 | 237 | 0.22 | 0.51 | 0 | 0.07 | 273.72 | 0.77 | 0.69 |
| Hex | B8 | 74 | ED | 16 | 33 | 0 | 7 | 112 | 4D | 45 |
| Octal | 270 | 164 | 355 | 26 | 63 | 0 | 7 | 422 | 115 | 105 |
| Binary | 10111000 | 1110100 | 11101101 | 10110 | 110011 | 0 | 111 | 100010010 | 1001101 | 1000101 |
Color Harmonies of #B874ED
Complementary color
Monochromatic Colors of #B874ED
Black with #B874ED
Text Example
Text Example
White with #B874ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B874ED; }
p { color: rgb(184,116,237); }
H1.HeaderClassName
{
color: #B874ED;
}
.AnyTagClassName
{
color: #B874ED;
}
</style>
background-color css
<style>
a { background-color: #B874ED; }
a { background-color: rgb(184,116,237); }
div.DivClassName
{
background-color: #B874ED;
}
.BgClassName
{
background-color: #B874ED;
}
</style>
border-color css
<style>
span { border-color: #B874ED; }
span { border-color: rgb(184,116,237); }
td.TdClassName
{
border-color: #B874ED;
}
.TagClassName
{
border-color: #B874ED;
}
</style>