Shades of Medium Orchid #B874EE
Tints of Medium Orchid #B874EE
RGB
CMYK
RGB Variations
Color information
#B874EE (or 0xB874EE) is known color: Medium Orchid. HEX triplet: B8, 74 and EE. RGB value is (184,116,238). Sum of RGB (Red+Green+Blue) = 184+116+238=538 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.20% from 538); Green value is 116 (45.70% from 255 or 21.56% from 538); Blue value is 238 (93.36% from 255 or 44.24% from 538); Max value from RGB is 238 - color contains mainly: blue. Hex color #B874EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B874EE is #478B11. Grayscale: #959595. Windows color (decimal): -4688658 or 15627448. OLE color: 15627448.
HSL color Cylindrical-coordinate representation of color #B874EE: hue angle of 273.44º degrees, saturation: 0.78, 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 #B874EE is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 116 | 238 | - |
| CMYK | 0.23 | 0.51 | 0 | 0.07 |
| HSL | 273.44º | 0.78% | 0.69% | - |
| HSV(B) | 273.44º | 0.51% | 0.93% | - |
| XYZ | 41.45 | 28.85 | 84.27 | - |
| YUV | 150.24 | 177.53 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 116 | 238 | 0.23 | 0.51 | 0 | 0.07 | 273.44 | 0.78 | 0.69 |
| Hex | B8 | 74 | EE | 17 | 33 | 0 | 7 | 111 | 4E | 45 |
| Octal | 270 | 164 | 356 | 27 | 63 | 0 | 7 | 421 | 116 | 105 |
| Binary | 10111000 | 1110100 | 11101110 | 10111 | 110011 | 0 | 111 | 100010001 | 1001110 | 1000101 |
Color Harmonies of #B874EE
Complementary color
Monochromatic Colors of #B874EE
Black with #B874EE
Text Example
Text Example
White with #B874EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B874EE; }
p { color: rgb(184,116,238); }
H1.HeaderClassName
{
color: #B874EE;
}
.AnyTagClassName
{
color: #B874EE;
}
</style>
background-color css
<style>
a { background-color: #B874EE; }
a { background-color: rgb(184,116,238); }
div.DivClassName
{
background-color: #B874EE;
}
.BgClassName
{
background-color: #B874EE;
}
</style>
border-color css
<style>
span { border-color: #B874EE; }
span { border-color: rgb(184,116,238); }
td.TdClassName
{
border-color: #B874EE;
}
.TagClassName
{
border-color: #B874EE;
}
</style>