Shades of Medium Orchid #B874CE
Tints of Medium Orchid #B874CE
RGB
CMYK
RGB Variations
Color information
#B874CE (or 0xB874CE) is known color: Medium Orchid. HEX triplet: B8, 74 and CE. RGB value is (184,116,206). Sum of RGB (Red+Green+Blue) = 184+116+206=506 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.36% from 506); Green value is 116 (45.70% from 255 or 22.92% from 506); Blue value is 206 (80.86% from 255 or 40.71% from 506); Max value from RGB is 206 - color contains mainly: blue. Hex color #B874CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B874CE is #478B31. Grayscale: #929292. Windows color (decimal): -4688690 or 13530296. OLE color: 13530296.
HSL color Cylindrical-coordinate representation of color #B874CE: hue angle of 285.33º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B874CE is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 116 | 206 | - |
| CMYK | 0.11 | 0.44 | 0 | 0.19 |
| HSL | 285.33º | 0.48% | 0.63% | - |
| HSV(B) | 285.33º | 0.44% | 0.81% | - |
| XYZ | 37.15 | 27.14 | 61.67 | - |
| YUV | 146.59 | 161.53 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 116 | 206 | 0.11 | 0.44 | 0 | 0.19 | 285.33 | 0.48 | 0.63 |
| Hex | B8 | 74 | CE | B | 2C | 0 | 13 | 11D | 30 | 3F |
| Octal | 270 | 164 | 316 | 13 | 54 | 0 | 23 | 435 | 60 | 77 |
| Binary | 10111000 | 1110100 | 11001110 | 1011 | 101100 | 0 | 10011 | 100011101 | 110000 | 111111 |
Color Harmonies of #B874CE
Complementary color
Monochromatic Colors of #B874CE
Black with #B874CE
Text Example
Text Example
White with #B874CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B874CE; }
p { color: rgb(184,116,206); }
H1.HeaderClassName
{
color: #B874CE;
}
.AnyTagClassName
{
color: #B874CE;
}
</style>
background-color css
<style>
a { background-color: #B874CE; }
a { background-color: rgb(184,116,206); }
div.DivClassName
{
background-color: #B874CE;
}
.BgClassName
{
background-color: #B874CE;
}
</style>
border-color css
<style>
span { border-color: #B874CE; }
span { border-color: rgb(184,116,206); }
td.TdClassName
{
border-color: #B874CE;
}
.TagClassName
{
border-color: #B874CE;
}
</style>