Shades of Medium Orchid #B874C6
Tints of Medium Orchid #B874C6
RGB
CMYK
RGB Variations
Color information
#B874C6 (or 0xB874C6) is known color: Medium Orchid. HEX triplet: B8, 74 and C6. RGB value is (184,116,198). Sum of RGB (Red+Green+Blue) = 184+116+198=498 (65% of max value = 765). Red value is 184 (72.27% from 255 or 36.95% from 498); Green value is 116 (45.70% from 255 or 23.29% from 498); Blue value is 198 (77.73% from 255 or 39.76% from 498); Max value from RGB is 198 - color contains mainly: blue. Hex color #B874C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B874C6 is #478B39. Grayscale: #919191. Windows color (decimal): -4688698 or 13006008. OLE color: 13006008.
HSL color Cylindrical-coordinate representation of color #B874C6: hue angle of 289.76º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B874C6 is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 184 | 116 | 198 | - |
| CMYK | 0.07 | 0.41 | 0 | 0.22 |
| HSL | 289.76º | 0.42% | 0.62% | - |
| HSV(B) | 289.76º | 0.41% | 0.78% | - |
| XYZ | 36.21 | 26.76 | 56.68 | - |
| YUV | 145.68 | 157.53 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 116 | 198 | 0.07 | 0.41 | 0 | 0.22 | 289.76 | 0.42 | 0.62 |
| Hex | B8 | 74 | C6 | 7 | 29 | 0 | 16 | 122 | 2A | 3E |
| Octal | 270 | 164 | 306 | 7 | 51 | 0 | 26 | 442 | 52 | 76 |
| Binary | 10111000 | 1110100 | 11000110 | 111 | 101001 | 0 | 10110 | 100100010 | 101010 | 111110 |
Color Harmonies of #B874C6
Complementary color
Monochromatic Colors of #B874C6
Black with #B874C6
Text Example
Text Example
White with #B874C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B874C6; }
p { color: rgb(184,116,198); }
H1.HeaderClassName
{
color: #B874C6;
}
.AnyTagClassName
{
color: #B874C6;
}
</style>
background-color css
<style>
a { background-color: #B874C6; }
a { background-color: rgb(184,116,198); }
div.DivClassName
{
background-color: #B874C6;
}
.BgClassName
{
background-color: #B874C6;
}
</style>
border-color css
<style>
span { border-color: #B874C6; }
span { border-color: rgb(184,116,198); }
td.TdClassName
{
border-color: #B874C6;
}
.TagClassName
{
border-color: #B874C6;
}
</style>