Shades of Medium Orchid #B847CF
Tints of Medium Orchid #B847CF
RGB
CMYK
RGB Variations
Color information
#B847CF (or 0xB847CF) is known color: Medium Orchid. HEX triplet: B8, 47 and CF. RGB value is (184,71,207). Sum of RGB (Red+Green+Blue) = 184+71+207=462 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.83% from 462); Green value is 71 (28.12% from 255 or 15.37% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 207 - color contains mainly: blue. Hex color #B847CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B847CF is #47B830. Grayscale: #777777. Windows color (decimal): -4700209 or 13584312. OLE color: 13584312.
HSL color Cylindrical-coordinate representation of color #B847CF: hue angle of 289.85º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B847CF is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 71 | 207 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.19 |
| HSL | 289.85º | 0.59% | 0.55% | - |
| HSV(B) | 289.85º | 0.66% | 0.81% | - |
| XYZ | 33.28 | 19.2 | 60.98 | - |
| YUV | 120.29 | 176.94 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 71 | 207 | 0.11 | 0.66 | 0 | 0.19 | 289.85 | 0.59 | 0.55 |
| Hex | B8 | 47 | CF | B | 42 | 0 | 13 | 122 | 3B | 37 |
| Octal | 270 | 107 | 317 | 13 | 102 | 0 | 23 | 442 | 73 | 67 |
| Binary | 10111000 | 1000111 | 11001111 | 1011 | 1000010 | 0 | 10011 | 100100010 | 111011 | 110111 |
Color Harmonies of #B847CF
Complementary color
Monochromatic Colors of #B847CF
Black with #B847CF
Text Example
Text Example
White with #B847CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B847CF; }
p { color: rgb(184,71,207); }
H1.HeaderClassName
{
color: #B847CF;
}
.AnyTagClassName
{
color: #B847CF;
}
</style>
background-color css
<style>
a { background-color: #B847CF; }
a { background-color: rgb(184,71,207); }
div.DivClassName
{
background-color: #B847CF;
}
.BgClassName
{
background-color: #B847CF;
}
</style>
border-color css
<style>
span { border-color: #B847CF; }
span { border-color: rgb(184,71,207); }
td.TdClassName
{
border-color: #B847CF;
}
.TagClassName
{
border-color: #B847CF;
}
</style>