Shades of Medium Orchid #B874DC
Tints of Medium Orchid #B874DC
RGB
CMYK
RGB Variations
Color information
#B874DC (or 0xB874DC) is known color: Medium Orchid. HEX triplet: B8, 74 and DC. RGB value is (184,116,220). Sum of RGB (Red+Green+Blue) = 184+116+220=520 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.38% from 520); Green value is 116 (45.70% from 255 or 22.31% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #B874DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B874DC is #478B23. Grayscale: #939393. Windows color (decimal): -4688676 or 14447800. OLE color: 14447800.
HSL color Cylindrical-coordinate representation of color #B874DC: hue angle of 279.23º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B874DC is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 116 | 220 | - |
| CMYK | 0.16 | 0.47 | 0 | 0.14 |
| HSL | 279.23º | 0.6% | 0.66% | - |
| HSV(B) | 279.23º | 0.47% | 0.86% | - |
| XYZ | 38.93 | 27.85 | 71.03 | - |
| YUV | 148.19 | 168.53 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 116 | 220 | 0.16 | 0.47 | 0 | 0.14 | 279.23 | 0.6 | 0.66 |
| Hex | B8 | 74 | DC | 10 | 2F | 0 | E | 117 | 3C | 42 |
| Octal | 270 | 164 | 334 | 20 | 57 | 0 | 16 | 427 | 74 | 102 |
| Binary | 10111000 | 1110100 | 11011100 | 10000 | 101111 | 0 | 1110 | 100010111 | 111100 | 1000010 |
Color Harmonies of #B874DC
Complementary color
Monochromatic Colors of #B874DC
Black with #B874DC
Text Example
Text Example
White with #B874DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B874DC; }
p { color: rgb(184,116,220); }
H1.HeaderClassName
{
color: #B874DC;
}
.AnyTagClassName
{
color: #B874DC;
}
</style>
background-color css
<style>
a { background-color: #B874DC; }
a { background-color: rgb(184,116,220); }
div.DivClassName
{
background-color: #B874DC;
}
.BgClassName
{
background-color: #B874DC;
}
</style>
border-color css
<style>
span { border-color: #B874DC; }
span { border-color: rgb(184,116,220); }
td.TdClassName
{
border-color: #B874DC;
}
.TagClassName
{
border-color: #B874DC;
}
</style>