Shades of Medium Orchid #B874DF
Tints of Medium Orchid #B874DF
RGB
CMYK
RGB Variations
Color information
#B874DF (or 0xB874DF) is known color: Medium Orchid. HEX triplet: B8, 74 and DF. RGB value is (184,116,223). Sum of RGB (Red+Green+Blue) = 184+116+223=523 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.18% from 523); Green value is 116 (45.70% from 255 or 22.18% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 223 - color contains mainly: blue. Hex color #B874DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B874DF is #478B20. Grayscale: #949494. Windows color (decimal): -4688673 or 14644408. OLE color: 14644408.
HSL color Cylindrical-coordinate representation of color #B874DF: hue angle of 278.13º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B874DF is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 116 | 223 | - |
| CMYK | 0.17 | 0.48 | 0 | 0.13 |
| HSL | 278.13º | 0.63% | 0.66% | - |
| HSV(B) | 278.13º | 0.48% | 0.87% | - |
| XYZ | 39.33 | 28.01 | 73.15 | - |
| YUV | 148.53 | 170.03 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 116 | 223 | 0.17 | 0.48 | 0 | 0.13 | 278.13 | 0.63 | 0.66 |
| Hex | B8 | 74 | DF | 11 | 30 | 0 | D | 116 | 3F | 42 |
| Octal | 270 | 164 | 337 | 21 | 60 | 0 | 15 | 426 | 77 | 102 |
| Binary | 10111000 | 1110100 | 11011111 | 10001 | 110000 | 0 | 1101 | 100010110 | 111111 | 1000010 |
Color Harmonies of #B874DF
Complementary color
Monochromatic Colors of #B874DF
Black with #B874DF
Text Example
Text Example
White with #B874DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B874DF; }
p { color: rgb(184,116,223); }
H1.HeaderClassName
{
color: #B874DF;
}
.AnyTagClassName
{
color: #B874DF;
}
</style>
background-color css
<style>
a { background-color: #B874DF; }
a { background-color: rgb(184,116,223); }
div.DivClassName
{
background-color: #B874DF;
}
.BgClassName
{
background-color: #B874DF;
}
</style>
border-color css
<style>
span { border-color: #B874DF; }
span { border-color: rgb(184,116,223); }
td.TdClassName
{
border-color: #B874DF;
}
.TagClassName
{
border-color: #B874DF;
}
</style>