Shades of Medium Orchid #B874CF
Tints of Medium Orchid #B874CF
RGB
CMYK
RGB Variations
Color information
#B874CF (or 0xB874CF) is known color: Medium Orchid. HEX triplet: B8, 74 and CF. RGB value is (184,116,207). Sum of RGB (Red+Green+Blue) = 184+116+207=507 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.29% from 507); Green value is 116 (45.70% from 255 or 22.88% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 207 - color contains mainly: blue. Hex color #B874CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B874CF is #478B30. Grayscale: #929292. Windows color (decimal): -4688689 or 13595832. OLE color: 13595832.
HSL color Cylindrical-coordinate representation of color #B874CF: hue angle of 284.84º degrees, saturation: 0.49, 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 #B874CF is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 116 | 207 | - |
| CMYK | 0.11 | 0.44 | 0 | 0.19 |
| HSL | 284.84º | 0.49% | 0.63% | - |
| HSV(B) | 284.84º | 0.44% | 0.81% | - |
| XYZ | 37.28 | 27.19 | 62.31 | - |
| YUV | 146.71 | 162.03 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 116 | 207 | 0.11 | 0.44 | 0 | 0.19 | 284.84 | 0.49 | 0.63 |
| Hex | B8 | 74 | CF | B | 2C | 0 | 13 | 11D | 31 | 3F |
| Octal | 270 | 164 | 317 | 13 | 54 | 0 | 23 | 435 | 61 | 77 |
| Binary | 10111000 | 1110100 | 11001111 | 1011 | 101100 | 0 | 10011 | 100011101 | 110001 | 111111 |
Color Harmonies of #B874CF
Complementary color
Monochromatic Colors of #B874CF
Black with #B874CF
Text Example
Text Example
White with #B874CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B874CF; }
p { color: rgb(184,116,207); }
H1.HeaderClassName
{
color: #B874CF;
}
.AnyTagClassName
{
color: #B874CF;
}
</style>
background-color css
<style>
a { background-color: #B874CF; }
a { background-color: rgb(184,116,207); }
div.DivClassName
{
background-color: #B874CF;
}
.BgClassName
{
background-color: #B874CF;
}
</style>
border-color css
<style>
span { border-color: #B874CF; }
span { border-color: rgb(184,116,207); }
td.TdClassName
{
border-color: #B874CF;
}
.TagClassName
{
border-color: #B874CF;
}
</style>